We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76477de commit 480fd4bCopy full SHA for 480fd4b
samples/exposedapp/src/test/java/io/halkyon/ExposedAppReconcilerTest.java
@@ -77,7 +77,7 @@ void reconcileShouldWork() {
77
78
client.resource(app).delete();
79
80
- await().atMost(30, TimeUnit.SECONDS).untilAsserted(() -> {
+ await().atMost(60, TimeUnit.SECONDS).untilAsserted(() -> {
81
assertThat(client.apps().deployments()
82
.inNamespace(metadata.getNamespace())
83
.withName(metadata.getName()).get(), nullValue());
0 commit comments