From 249439f6a6b23c1a115484d3fc04cea503dd3f38 Mon Sep 17 00:00:00 2001 From: wackxu Date: Tue, 7 Nov 2017 19:23:44 +0800 Subject: [PATCH] remove unused constant --- test/e2e/framework/util.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/e2e/framework/util.go b/test/e2e/framework/util.go index b101a85328..42a6270381 100644 --- a/test/e2e/framework/util.go +++ b/test/e2e/framework/util.go @@ -156,14 +156,6 @@ const ( currentPodInfraContainerImageName = "gcr.io/google_containers/pause" currentPodInfraContainerImageVersion = "3.0" - // How long each node is given during a process that restarts all nodes - // before the test is considered failed. (Note that the total time to - // restart all nodes will be this number times the number of nodes.) - RestartPerNodeTimeout = 5 * time.Minute - - // How often to Poll the statues of a restart. - RestartPoll = 20 * time.Second - // How long a node is allowed to become "Ready" after it is restarted before // the test is considered failed. RestartNodeReadyAgainTimeout = 5 * time.Minute