mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #15105 from erictune/job-e2e-wait-more
Wait longer for job to complete
This commit is contained in:
commit
68a28945fa
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user