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 bertinatto committed Apr 11, 2023
1 parent ee4fd75 commit 1fb25fe
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 @@ -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)
})
},
)
Expand Down

0 comments on commit 1fb25fe

Please sign in to comment.