Skip to content

Commit

Permalink
Vm too slow to be up
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentBaer authored and Vincent Baer committed Oct 21, 2022
1 parent 9dc1296 commit 1ba7432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testenv/osccluster_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func WaitControlPlaneDnsNameRegister(clusterScope *scope.ClusterScope) {
Eventually(func() (bool, error) {
controlPlaneDnsName := GetControlPlaneDnsName(clusterScope)
return IsControlPlaneDnsNameRegister(controlPlaneDnsName)
}, 2*time.Minute, 5*time.Second).Should(BeTrue())
}, 2*time.Minute, 20*time.Second).Should(BeTrue())
}

// IsControlPlaneEndpointUp validate that control plane is up and running
Expand Down

0 comments on commit 1ba7432

Please sign in to comment.