Merge pull request #116947 from rphillips/bump_all_nodes_ready_timeout

e2e node: bump all nodes ready timeout
This commit is contained in:
Kubernetes Prow Robot 2023-05-02 10:02:13 -07:00 committed by GitHub
commit 0a30e39209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ func init() {
// skipped. Nothing to check...
return
}
e2enode.AllNodesReady(ctx, f.ClientSet, 3*time.Minute)
e2enode.AllNodesReady(ctx, f.ClientSet, 7*time.Minute)
})
},
)