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