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 8cc7338 + 6c38c23 commit aea6624Copy full SHA for aea6624
test/e2e/azure_test.go
@@ -483,7 +483,7 @@ var _ = Describe("Workload cluster creation", func() {
483
},
484
WaitForClusterIntervals: e2eConfig.GetIntervals(specName, "wait-cluster"),
485
WaitForControlPlaneIntervals: e2eConfig.GetIntervals(specName, "wait-control-plane"),
486
- WaitForMachinePools: e2eConfig.GetIntervals(specName, "wait-machine-pool-nodes"),
+ WaitForMachineDeployments: e2eConfig.GetIntervals(specName, "wait-worker-nodes"),
487
ControlPlaneWaiters: clusterctl.ControlPlaneWaiters{
488
WaitForControlPlaneInitialized: EnsureControlPlaneInitialized,
489
0 commit comments