mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
bump timeout back to previous time
This commit is contained in:
parent
d9d12fd3f7
commit
d2d1e5bf48
@ -27,7 +27,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
Interval = time.Millisecond * 100
|
Interval = time.Millisecond * 100
|
||||||
Timeout = time.Second * 20
|
Timeout = time.Minute * 5
|
||||||
)
|
)
|
||||||
|
|
||||||
// A Reaper handles terminating an object as gracefully as possible.
|
// A Reaper handles terminating an object as gracefully as possible.
|
||||||
|
Loading…
Reference in New Issue
Block a user