Skip to content

Commit 480fd4b

Browse files
xstefankmetacosm
authored andcommitted
fix: increase the deletion timeout in ExposedAppReconcilerTest to account for the GC periods
Signed-off-by: xstefank <xstefank122@gmail.com> (cherry picked from commit 83e885e)
1 parent 76477de commit 480fd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/exposedapp/src/test/java/io/halkyon/ExposedAppReconcilerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void reconcileShouldWork() {
7777

7878
client.resource(app).delete();
7979

80-
await().atMost(30, TimeUnit.SECONDS).untilAsserted(() -> {
80+
await().atMost(60, TimeUnit.SECONDS).untilAsserted(() -> {
8181
assertThat(client.apps().deployments()
8282
.inNamespace(metadata.getNamespace())
8383
.withName(metadata.getName()).get(), nullValue());

0 commit comments

Comments
 (0)