Skip to content

Commit 670636a

Browse files
committed
IT fix
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 1b177be commit 670636a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void activatesResourceAfterCRDApplied() throws InterruptedException {
5959

6060
extension.delete(r);
6161

62-
await().untilAsserted(() -> {
62+
await().timeout(Duration.ofSeconds(180)).untilAsserted(() -> {
6363
var secondary =
6464
extension.get(OptionalDependentSecondaryCustomResource.class, r.getMetadata().getName());
6565
assertThat(secondary).isNull();

0 commit comments

Comments
 (0)