mirror of https://github.com/k3s-io/k3s
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.pull/6/head
parent
71e545bf81
commit
8ae17bf677
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue