remove some unused const in test/e2e

This commit is contained in:
qingsenLi 2019-04-18 22:06:40 +08:00
parent e8bf254db8
commit 23b91b8043
2 changed files with 1 additions and 5 deletions

View File

@ -51,7 +51,6 @@ const (
restartPollInterval = 5 * time.Second
restartTimeout = 10 * time.Minute
numPods = 10
sshPort = 22
// ADD represents the ADD event
ADD = "ADD"
// DEL represents the DEL event

View File

@ -42,10 +42,7 @@ const (
memoryReservationTimeout = 5 * time.Minute
largeResizeTimeout = 8 * time.Minute
largeScaleUpTimeout = 10 * time.Minute
largeScaleDownTimeout = 20 * time.Minute
minute = 1 * time.Minute
maxNodes = 1000
maxNodes = 1000
)
type clusterPredicates struct {