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 f0c18d7 commit 2b86b3cCopy full SHA for 2b86b3c
operator-framework/src/test/java/io/javaoperatorsdk/operator/ComplexDependentIT.java
@@ -39,7 +39,7 @@ class ComplexDependentIT {
39
void successfullyReconciles() {
40
operator.create(testResource());
41
42
- await().atMost(Duration.ofSeconds(60))
+ await().atMost(Duration.ofSeconds(90))
43
.untilAsserted(() -> {
44
var res = operator.get(ComplexDependentCustomResource.class, TEST_RESOURCE_NAME);
45
assertThat(res.getStatus()).isNotNull();
0 commit comments