From 09337d1d1e7fc77428c0dd79d5b240df99f22ee9 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Tue, 29 Sep 2015 17:10:46 -0700 Subject: [PATCH] Increase the pod ready timeout. We've seen problems in the reboot tests. --- test/e2e/util.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/e2e/util.go b/test/e2e/util.go index a237b88712c..5745cb08381 100644 --- a/test/e2e/util.go +++ b/test/e2e/util.go @@ -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