Commit 8ae17bf6 authored by Robert Bailey's avatar Robert Bailey

Increase the timeout to 10 minutes to give docker plenty of time to pull the

image. We've seen increasing pull times lately causing the e2e tests to flake. Fixes #4996.
parent 71e545bf
......@@ -36,7 +36,7 @@ const (
kittenImage = "kubernetes/update-demo:kitten"
updateDemoSelector = "name=update-demo"
updateDemoContainer = "update-demo"
validateTimeout = 60 * time.Second
validateTimeout = 10 * time.Minute // TODO: Make this 30 seconds once #4566 is resolved.
kubectlProxyPort = 8011
)
......
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