From e48c79c72e208bb8a3906df06e4efd3124988456 Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Thu, 26 Mar 2015 16:32:39 -0700 Subject: [PATCH] Increase timeout for pods to enter running state --- test/soak/serve_hostnames/serve_hostnames.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/soak/serve_hostnames/serve_hostnames.go b/test/soak/serve_hostnames/serve_hostnames.go index be1dcd0149d..58ec648a19f 100644 --- a/test/soak/serve_hostnames/serve_hostnames.go +++ b/test/soak/serve_hostnames/serve_hostnames.go @@ -49,7 +49,7 @@ const ( deleteTimeout = 2 * time.Minute endpointTimeout = 5 * time.Minute podCreateTimeout = 2 * time.Minute - podStartTimeout = 10 * time.Minute + podStartTimeout = 30 * time.Minute serviceCreateTimeout = 2 * time.Minute )