Wait longer for job to complete

2 timeouts in last 30 e2e runs.
Tripling timeout.
Should normally not that that long.
Uses polling so will terminate early in normal case.
This commit is contained in:
Eric Tune 2015-10-05 12:55:24 -07:00
parent 284039c9d2
commit 6ff6c7c731

View File

@ -34,7 +34,7 @@ import (
const (
// How long to wait for a job to finish.
jobTimeout = 5 * time.Minute
jobTimeout = 15 * time.Minute
// Job selector name
jobSelectorKey = "job"