Skip to content

Commit 24494cb

Browse files
authored
fix: integraiton test GC timeout on kube 1.31.0 (#2531)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent d3fc897 commit 24494cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class IntegrationTestConstants {
44

5-
public static final int GARBAGE_COLLECTION_TIMEOUT_SECONDS = 30;
5+
public static final int GARBAGE_COLLECTION_TIMEOUT_SECONDS = 60;
66

77
}

0 commit comments

Comments
 (0)