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 8c2e6fc commit 4553807Copy full SHA for 4553807
sample-operators/leader-election/src/test/java/io/javaoperatorsdk/operator/sample/LeaderElectionE2E.java
@@ -32,7 +32,7 @@
32
class LeaderElectionE2E {
33
34
private static final Logger log = LoggerFactory.getLogger(LeaderElectionE2E.class);
35
- public static final int POD_STARTUP_TIMEOUT = 20;
+ public static final int POD_STARTUP_TIMEOUT = 60;
36
37
public static final String TEST_RESOURCE_NAME = "test1";
38
public static final int MINIMAL_SECONDS_FOR_RENEWAL = 3;
0 commit comments