From 980e465cd04185143a3887fb0083ff3a01cf01cd Mon Sep 17 00:00:00 2001 From: sreekovili Date: Tue, 4 Feb 2025 12:32:42 -0500 Subject: [PATCH] DNM increase timeout for controlplane to come up --- automation/vars/sriov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/vars/sriov.yaml b/automation/vars/sriov.yaml index f90fc33a5..f5828b9d2 100644 --- a/automation/vars/sriov.yaml +++ b/automation/vars/sriov.yaml @@ -18,7 +18,7 @@ vas: wait_conditions: - >- oc -n openstack wait osctlplane controlplane --for condition=Ready - --timeout=600s + --timeout=1200s values: - name: network-values src_file: nncp/values.yaml