Skip to content

Commit

Permalink
Merge pull request #27849 from Elbehery/bump-timeout-etcd-vertical-sc…
Browse files Browse the repository at this point in the history
…aling

bump timeout
  • Loading branch information
openshift-merge-robot authored Apr 5, 2023
2 parents 84d65eb + 24eacfb commit 18bd941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/etcd/helpers/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func IsCPMSActive(ctx context.Context, t TestingT, cpmsClient machinev1client.Co
// this effectively counts the number of control-plane machines with the provider state as running
func EnsureReadyReplicasOnCPMS(ctx context.Context, t TestingT, expectedReplicaCount int, cpmsClient machinev1client.ControlPlaneMachineSetInterface) error {
waitPollInterval := 5 * time.Second
waitPollTimeout := 18 * time.Minute
waitPollTimeout := 30 * time.Minute
t.Logf("Waiting up to %s for the CPMS to have status.readyReplicas = %v", waitPollTimeout.String(), expectedReplicaCount)

return wait.Poll(waitPollInterval, waitPollTimeout, func() (bool, error) {
Expand Down

0 comments on commit 18bd941

Please sign in to comment.