We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02f8514 + 4524133 commit 15f465aCopy full SHA for 15f465a
1 file changed
test/extended/two_node/utils/common.go
@@ -45,8 +45,8 @@ const (
45
clusterIsHealthyTimeout = 15 * time.Minute
46
47
// Precondition timeouts for SkipIfClusterIsNotHealthy.
48
- preconditionClusterHealthyTimeout = 5 * time.Minute // nodes + cluster operators
49
- preconditionEtcdHealthyTimeout = 1 * time.Minute // etcd pods running, two voting members
+ preconditionClusterHealthyTimeout = 10 * time.Minute // nodes + cluster operators
+ preconditionEtcdHealthyTimeout = 1 * time.Minute // etcd pods running, two voting members
50
51
// Max time for a single debug pod exec.
52
debugContainerTimeout = 60 * time.Second
0 commit comments