From e31c7cb19321f96c16ee9726966f65b41a2d1483 Mon Sep 17 00:00:00 2001 From: Ted Yu Date: Sun, 27 Oct 2019 14:02:52 -0700 Subject: [PATCH] Declare constants in pods test as const --- test/e2e/common/pods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/common/pods.go b/test/e2e/common/pods.go index 26d4213ab38..85b6315c257 100644 --- a/test/e2e/common/pods.go +++ b/test/e2e/common/pods.go @@ -47,7 +47,7 @@ import ( "github.com/onsi/gomega" ) -var ( +const ( buildBackOffDuration = time.Minute syncLoopFrequency = 10 * time.Second maxBackOffTolerance = time.Duration(1.3 * float64(kubelet.MaxContainerBackOff))