Merge pull request #1014 from jetstack/munnerz-patch-1

Update PodStartTimeout
This commit is contained in:
jetstack-bot 2018-10-26 00:44:39 +01:00 committed by GitHub
commit 1417b7d964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ const (
Poll = time.Second * 2
// PodStartTimeout is the default amount of time to wait in pod start operations
PodStartTimeout = time.Minute
PodStartTimeout = time.Minute * 2
)
// WaitForAllPodsRunningInNamespace waits default amount of time (PodStartTimeout)