Commit 249439f6 authored by wackxu's avatar wackxu

remove unused constant

parent 3b4424ce
...@@ -156,14 +156,6 @@ const ( ...@@ -156,14 +156,6 @@ const (
currentPodInfraContainerImageName = "gcr.io/google_containers/pause" currentPodInfraContainerImageName = "gcr.io/google_containers/pause"
currentPodInfraContainerImageVersion = "3.0" 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 // How long a node is allowed to become "Ready" after it is restarted before
// the test is considered failed. // the test is considered failed.
RestartNodeReadyAgainTimeout = 5 * time.Minute RestartNodeReadyAgainTimeout = 5 * time.Minute
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment