mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +00:00
Increase the pod ready timeout. We've seen problems in the reboot tests.
This commit is contained in:
parent
b67028f40d
commit
09337d1d1e
@ -84,9 +84,8 @@ const (
|
|||||||
// be "ready" before the test starts, so this is small.
|
// be "ready" before the test starts, so this is small.
|
||||||
nodeReadyInitialTimeout = 20 * time.Second
|
nodeReadyInitialTimeout = 20 * time.Second
|
||||||
|
|
||||||
// How long pods have to be "ready" when a test begins. They should already
|
// How long pods have to be "ready" when a test begins.
|
||||||
// be "ready" before the test starts, so this is small.
|
podReadyBeforeTimeout = 2 * time.Minute
|
||||||
podReadyBeforeTimeout = 20 * time.Second
|
|
||||||
|
|
||||||
podRespondingTimeout = 2 * time.Minute
|
podRespondingTimeout = 2 * time.Minute
|
||||||
serviceRespondingTimeout = 2 * time.Minute
|
serviceRespondingTimeout = 2 * time.Minute
|
||||||
|
Loading…
Reference in New Issue
Block a user