Commit 23759c8b authored by Fabio Yeon's avatar Fabio Yeon

Merge pull request #14784 from brendandburns/e2e3

Extend the timeout on initial validation of reboot tests.
parents 89b11d42 09337d1d
......@@ -84,9 +84,8 @@ const (
// be "ready" before the test starts, so this is small.
nodeReadyInitialTimeout = 20 * time.Second
// How long pods have to be "ready" when a test begins. They should already
// be "ready" before the test starts, so this is small.
podReadyBeforeTimeout = 20 * time.Second
// How long pods have to be "ready" when a test begins.
podReadyBeforeTimeout = 2 * time.Minute
podRespondingTimeout = 2 * time.Minute
serviceRespondingTimeout = 2 * time.Minute
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment