Commit 68a28945 authored by Alex Robinson's avatar Alex Robinson

Merge pull request #15105 from erictune/job-e2e-wait-more

Wait longer for job to complete
parents 7a33a4b0 6ff6c7c7
...@@ -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