Skip to content

Commit e31c7cb

Browse files
committed
Declare constants in pods test as const
1 parent 3d7318f commit e31c7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/common/pods.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import (
4747
"github.com/onsi/gomega"
4848
)
4949

50-
var (
50+
const (
5151
buildBackOffDuration = time.Minute
5252
syncLoopFrequency = 10 * time.Second
5353
maxBackOffTolerance = time.Duration(1.3 * float64(kubelet.MaxContainerBackOff))

0 commit comments

Comments
 (0)