Commit 6ff6c7c7 authored by Eric Tune's avatar Eric Tune

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.
parent 284039c9
...@@ -34,7 +34,7 @@ import ( ...@@ -34,7 +34,7 @@ import (
const ( const (
// How long to wait for a job to finish. // How long to wait for a job to finish.
jobTimeout = 5 * time.Minute jobTimeout = 15 * time.Minute
// Job selector name // Job selector name
jobSelectorKey = "job" jobSelectorKey = "job"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment