Skip to content

Commit 49ab5b4

Browse files
Merge pull request #3169 from openshift-cherrypick-robot/cherry-pick-3168-to-release-4.18
[release-4.18] Reduce node retry interval in e2e tests
2 parents 0099894 + 621f839 commit 49ab5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/wmco_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
var (
1717
nodeCreationTime = time.Minute * 35
18-
nodeRetryInterval = time.Minute * 1
18+
nodeRetryInterval = time.Second * 15
1919
// deploymentRetries is the amount of time to retry creating a Windows Server deployment, to compensate for the
2020
// time it takes to download the Server image to the node
2121
deploymentRetries = 10

0 commit comments

Comments
 (0)