mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33: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:
parent
284039c9d2
commit
6ff6c7c731
@ -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