From 2437b9da71916f5e90629efd7e8b16ea5bd6f791 Mon Sep 17 00:00:00 2001 From: Stephen Heywood Date: Thu, 19 Nov 2020 09:37:47 +1300 Subject: [PATCH] Increase timeout for pods to be ready --- test/e2e/common/pods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/common/pods.go b/test/e2e/common/pods.go index 64f685e6df3..3af25c6de15 100644 --- a/test/e2e/common/pods.go +++ b/test/e2e/common/pods.go @@ -59,7 +59,7 @@ const ( maxBackOffTolerance = time.Duration(1.3 * float64(kubelet.MaxContainerBackOff)) podRetryPeriod = 1 * time.Second podRetryTimeout = 1 * time.Minute - podReadyTimeout = 1 * time.Minute + podReadyTimeout = 2 * time.Minute ) // testHostIP tests that a pod gets a host IP