Skip to content

Commit 41de6ee

Browse files
committed
pod startup timeout
1 parent fadd70b commit 41de6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-operators/leader-election/src/test/java/io/javaoperatorsdk/operator/sample/LeaderElectionE2E.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
class LeaderElectionE2E {
3333

3434
private static final Logger log = LoggerFactory.getLogger(LeaderElectionE2E.class);
35-
public static final int POD_STARTUP_TIMEOUT = 20;
35+
public static final int POD_STARTUP_TIMEOUT = 60;
3636

3737
public static final String TEST_RESOURCE_NAME = "test1";
3838
public static final int MINIMAL_SECONDS_FOR_RENEWAL = 3;

0 commit comments

Comments
 (0)