Skip to content

Commit

Permalink
UPSTREAM: <carry>: bump nodes ready timeout
Browse files Browse the repository at this point in the history
OpenShift-Rebase-Source: 996adb6
  • Loading branch information
rphillips authored and sanchezl committed Dec 20, 2022
1 parent ff47791 commit 984b210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/framework/node/init/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func init() {
// skipped. Nothing to check...
return
}
e2enode.AllNodesReady(f.ClientSet, 3*time.Minute)
e2enode.AllNodesReady(f.ClientSet, 7*time.Minute)
})
},
)
Expand Down

0 comments on commit 984b210

Please sign in to comment.