mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 19:47:56 +00:00
e2e node: bump all nodes ready timeout
This commit is contained in:
parent
3a46f26115
commit
86e1f4b9d1
@ -37,7 +37,7 @@ func init() {
|
|||||||
// skipped. Nothing to check...
|
// skipped. Nothing to check...
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
e2enode.AllNodesReady(ctx, f.ClientSet, 3*time.Minute)
|
e2enode.AllNodesReady(ctx, f.ClientSet, 7*time.Minute)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user