We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7318f commit e31c7cbCopy full SHA for e31c7cb
test/e2e/common/pods.go
@@ -47,7 +47,7 @@ import (
47
"github.com/onsi/gomega"
48
)
49
50
-var (
+const (
51
buildBackOffDuration = time.Minute
52
syncLoopFrequency = 10 * time.Second
53
maxBackOffTolerance = time.Duration(1.3 * float64(kubelet.MaxContainerBackOff))
0 commit comments