Skip to content

Commit 649f35b

Browse files
bump timeout
1 parent 3666e38 commit 649f35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/util/pods.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ func AssertAllPodsToBeReadyWithPollerParams(oc *CLI, namespace string, interval,
118118

119119
// AssertAllPodsToBeReady assert all pods in NS are in ready state until timeout in a given namespace
120120
func AssertAllPodsToBeReady(oc *CLI, namespace string) {
121-
AssertAllPodsToBeReadyWithPollerParams(oc, namespace, 10*time.Second, 5*time.Minute)
121+
AssertAllPodsToBeReadyWithPollerParams(oc, namespace, 10*time.Second, 12*time.Minute)
122122
}

0 commit comments

Comments
 (0)