From fc72529ca6c7f17f22615b4cb4e594bc75e27403 Mon Sep 17 00:00:00 2001 From: David Justice Date: Fri, 5 Nov 2021 16:38:21 -0400 Subject: [PATCH] extend the AKS control plane wait --- test/e2e/azure_test.go | 2 +- test/e2e/config/azure-dev.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/azure_test.go b/test/e2e/azure_test.go index 98b30059911b..c3ac44cfd2db 100644 --- a/test/e2e/azure_test.go +++ b/test/e2e/azure_test.go @@ -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, diff --git a/test/e2e/config/azure-dev.yaml b/test/e2e/config/azure-dev.yaml index b1a01c85f318..e07be09597fa 100644 --- a/test/e2e/config/azure-dev.yaml +++ b/test/e2e/config/azure-dev.yaml @@ -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"]