increase timeout on complex daemonset test

This commit is contained in:
Mike Danese 2015-12-17 09:26:42 -08:00
parent a45c87864e
commit bff87533c6

View File

@ -39,7 +39,7 @@ const (
// this should not be a multiple of 5, because node status updates
// every 5 seconds. See https://github.com/kubernetes/kubernetes/pull/14915.
dsRetryPeriod = 2 * time.Second
dsRetryTimeout = 1 * time.Minute
dsRetryTimeout = 3 * time.Minute
daemonsetLabelPrefix = "daemonset-"
daemonsetNameLabel = daemonsetLabelPrefix + "name"