Merge pull request #69291 from mrunalp/bump_up_pod_start_short_timeout

Increase the pod start short timeout
This commit is contained in:
k8s-ci-robot 2018-10-01 22:21:08 -07:00 committed by GitHub
commit d25e6a6f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ const (
// Same as `PodStartTimeout` to wait for the pod to be started, but shorter.
// Use it case by case when we are sure pod start will not be delayed
// minutes by slow docker pulls or something else.
PodStartShortTimeout = 1 * time.Minute
PodStartShortTimeout = 2 * time.Minute
// How long to wait for a pod to be deleted
PodDeleteTimeout = 5 * time.Minute