We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbb1260 + cac8fb3 commit be19882Copy full SHA for be19882
test/e2e/wmco_test.go
@@ -15,7 +15,7 @@ import (
15
16
var (
17
nodeCreationTime = time.Minute * 35
18
- nodeRetryInterval = time.Minute * 1
+ nodeRetryInterval = time.Second * 15
19
// deploymentRetries is the amount of time to retry creating a Windows Server deployment, to compensate for the
20
// time it takes to download the Server image to the node
21
deploymentRetries = 10
0 commit comments