Skip to content

Commit

Permalink
extend the AKS control plane wait
Browse files Browse the repository at this point in the history
  • Loading branch information
devigned committed Nov 5, 2021
1 parent dffab41 commit fc72529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ var _ = Describe("Workload cluster creation", func() {
WorkerMachineCount: pointer.Int64Ptr(1),
},
WaitForClusterIntervals: e2eConfig.GetIntervals(specName, "wait-cluster"),
WaitForControlPlaneIntervals: e2eConfig.GetIntervals(specName, "wait-control-plane"),
WaitForControlPlaneIntervals: e2eConfig.GetIntervals(specName, "wait-aks-control-plane"),
WaitForMachineDeployments: e2eConfig.GetIntervals(specName, "wait-worker-nodes"),
ControlPlaneWaiters: clusterctl.ControlPlaneWaiters{
WaitForControlPlaneInitialized: WaitForControlPlaneInitialized,
Expand Down
1 change: 1 addition & 0 deletions test/e2e/config/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ intervals:
default/wait-controllers: ["3m", "10s"]
default/wait-cluster: ["20m", "10s"]
default/wait-control-plane: ["20m", "10s"]
default/wait-aks-control-plane: ["30m", "30s"]
default/wait-worker-nodes: ["20m", "10s"]
default/wait-delete-cluster: ["30m", "10s"]
default/wait-machine-upgrade: ["60m", "10s"]
Expand Down

0 comments on commit fc72529

Please sign in to comment.