Skip to content

Commit cb2fbc5

Browse files
committed
Increase automation timeouts
1 parent ebdff5e commit cb2fbc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

automation/vars/sriov.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ vas:
99
oc -n openstack wait nncp
1010
-l osp/nncm-config-type=standard
1111
--for jsonpath='{.status.conditions[0].reason}'=SuccessfullyConfigured
12-
--timeout=60s
12+
--timeout=180s
1313
values:
1414
- name: network-values
1515
src_file: values.yaml
@@ -20,7 +20,7 @@ vas:
2020
wait_conditions:
2121
- >-
2222
oc -n openstack wait osctlplane controlplane --for condition=Ready
23-
--timeout=600s
23+
--timeout=1500s
2424
values:
2525
- name: network-values
2626
src_file: nncp/values.yaml
@@ -34,7 +34,7 @@ vas:
3434
- >-
3535
oc -n openstack wait
3636
osdpns openstack-edpm --for condition=SetupReady
37-
--timeout=60m
37+
--timeout=120m
3838
values:
3939
- name: edpm-nodeset-values
4040
src_file: values.yaml
@@ -46,7 +46,7 @@ vas:
4646
- >-
4747
oc -n openstack wait
4848
osdpns openstack-edpm --for condition=Ready
49-
--timeout=60m
49+
--timeout=120m
5050
values:
5151
- name: edpm-deployment-values
5252
src_file: values.yaml

0 commit comments

Comments
 (0)