Skip to content

Commit

Permalink
UPSTREAM: <carry>: bump nodes ready timeout
Browse files Browse the repository at this point in the history
Origin-commit: 4498bb4de03ff3a910fed10bed337ba2fcdf321d

openshift-rebase(v1.24):source=4cfb8fafa6f
  • Loading branch information
rphillips authored and soltysh committed Aug 19, 2022
1 parent 1231ea1 commit c0eb8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/framework/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ func (f *Framework) AfterEach() {
// Check whether all nodes are ready after the test.
// This is explicitly done at the very end of the test, to avoid
// e.g. not removing namespace in case of this failure.
if err := AllNodesReady(f.ClientSet, 3*time.Minute); err != nil {
if err := AllNodesReady(f.ClientSet, 7*time.Minute); err != nil {
Failf("All nodes should be ready after test, %v", err)
}
}
Expand Down

0 comments on commit c0eb8f0

Please sign in to comment.