e2e node: bump all nodes ready timeout

This commit is contained in:
Ryan Phillips 2023-03-27 07:40:01 -05:00
parent 3a46f26115
commit 86e1f4b9d1

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)
})
},
)