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.
2 parents ec4f3e3 + e31c7cb commit 40750a0Copy full SHA for 40750a0
test/e2e/common/pods.go
@@ -48,7 +48,7 @@ import (
48
"github.com/onsi/gomega"
49
)
50
51
-var (
+const (
52
buildBackOffDuration = time.Minute
53
syncLoopFrequency = 10 * time.Second
54
maxBackOffTolerance = time.Duration(1.3 * float64(kubelet.MaxContainerBackOff))
0 commit comments