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 8c2a9b4 commit 5e0de4eCopy full SHA for 5e0de4e
src/test/java/io/javaoperatorsdk/operator/glue/TestUtils.java
@@ -24,7 +24,7 @@
24
25
public class TestUtils {
26
27
- public static final Duration GC_WAIT_TIMEOUT = Duration.ofSeconds(120);
+ public static final Duration GC_WAIT_TIMEOUT = Duration.ofSeconds(180);
28
public static final Duration INITIAL_RECONCILE_WAIT_TIMEOUT = Duration.ofMillis(150);
29
30
public static final int CRD_READY_WAIT = 1000;
0 commit comments