Commit cd8dfe70 authored by Mike Danese's avatar Mike Danese

Merge pull request #18836 from mikedanese/daemon-set

increase timeout on complex daemonset test
parents bf73d174 bff87533
...@@ -39,7 +39,7 @@ const ( ...@@ -39,7 +39,7 @@ const (
// this should not be a multiple of 5, because node status updates // this should not be a multiple of 5, because node status updates
// every 5 seconds. See https://github.com/kubernetes/kubernetes/pull/14915. // every 5 seconds. See https://github.com/kubernetes/kubernetes/pull/14915.
dsRetryPeriod = 2 * time.Second dsRetryPeriod = 2 * time.Second
dsRetryTimeout = 1 * time.Minute dsRetryTimeout = 3 * time.Minute
daemonsetLabelPrefix = "daemonset-" daemonsetLabelPrefix = "daemonset-"
daemonsetNameLabel = daemonsetLabelPrefix + "name" daemonsetNameLabel = daemonsetLabelPrefix + "name"
......
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