Skip to content

Commit 36e1262

Browse files
committed
Increase timeout for openstack-edpm deployment
On smaller hypervisors it takes about ~32 minutes, so greater value would provide us safer boundary, while still in jobs we would not waste too much time in case of something really going wrong there.
1 parent a02dd81 commit 36e1262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

automation/vars/multi-namespace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ vas:
158158
- >-
159159
oc -n openstack wait
160160
osdpns openstack-edpm --for condition=Ready
161-
--timeout=30m
161+
--timeout=60m
162162
- >-
163163
oc -n openstack2 wait
164164
osdpns openstack-edpm --for condition=Ready
165-
--timeout=30m
165+
--timeout=60m
166166
values:
167167
- name: edpm-deployment2-values
168168
src_file: values.yaml

0 commit comments

Comments
 (0)