mirror of https://github.com/k3s-io/k3s
Merge pull request #8671 from kargakis/bump-timeout-back
bump timeout back to previous timepull/6/head
commit
dcbe815825
|
@ -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