mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user