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 )