Skip to content

Commit 15f465a

Browse files
Merge pull request #30893 from fonta-rh/bump-precondition-timeout
OCPEDGE-2447: increase precondition cluster health timeout to 10m
2 parents 02f8514 + 4524133 commit 15f465a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/extended/two_node/utils/common.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ const (
4545
clusterIsHealthyTimeout = 15 * time.Minute
4646

4747
// Precondition timeouts for SkipIfClusterIsNotHealthy.
48-
preconditionClusterHealthyTimeout = 5 * time.Minute // nodes + cluster operators
49-
preconditionEtcdHealthyTimeout = 1 * time.Minute // etcd pods running, two voting members
48+
preconditionClusterHealthyTimeout = 10 * time.Minute // nodes + cluster operators
49+
preconditionEtcdHealthyTimeout = 1 * time.Minute // etcd pods running, two voting members
5050

5151
// Max time for a single debug pod exec.
5252
debugContainerTimeout = 60 * time.Second

0 commit comments

Comments
 (0)