Skip to content

Commit 621f839

Browse files
sebsotoopenshift-cherrypick-robot
authored andcommitted
Reduce node retry interval
This reduces the retry interval from 60 -> 15 seconds. This change reduces the potential wasted time of a Node finishing configuration immediately after a retry.
1 parent daf4473 commit 621f839

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)