Skip to content

Commit e4fe0b8

Browse files
committed
increaed duration
1 parent 28244f0 commit e4fe0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/ComplexDependentIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ComplexDependentIT {
3939
void successfullyReconciles() {
4040
operator.create(testResource());
4141

42-
await().atMost(Duration.ofSeconds(60))
42+
await().atMost(Duration.ofSeconds(90))
4343
.untilAsserted(() -> {
4444
var res = operator.get(ComplexDependentCustomResource.class, TEST_RESOURCE_NAME);
4545
assertThat(res.getStatus()).isNotNull();

0 commit comments

Comments
 (0)