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
  • Loading branch information
rphillips authored and damemi committed Aug 27, 2021
1 parent 7a0a6a5 commit 460b00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/framework/framework.go
Expand Up @@ -475,7 +475,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 460b00b

Please sign in to comment.