mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 08:09:58 +00:00
Merge pull request #27941 from gmarek/podReadyTimeout
Increase PodReadyBeforeTimeout
This commit is contained in:
commit
1508bb9050
@ -123,7 +123,7 @@ const (
|
|||||||
NodeReadyInitialTimeout = 20 * time.Second
|
NodeReadyInitialTimeout = 20 * time.Second
|
||||||
|
|
||||||
// How long pods have to be "ready" when a test begins.
|
// How long pods have to be "ready" when a test begins.
|
||||||
PodReadyBeforeTimeout = 2 * time.Minute
|
PodReadyBeforeTimeout = 5 * time.Minute
|
||||||
|
|
||||||
// How long pods have to become scheduled onto nodes
|
// How long pods have to become scheduled onto nodes
|
||||||
podScheduledBeforeTimeout = PodListTimeout + (20 * time.Second)
|
podScheduledBeforeTimeout = PodListTimeout + (20 * time.Second)
|
||||||
|
Loading…
Reference in New Issue
Block a user