mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
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.
This commit is contained in:
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
Block a user