Skip to content

Commit 545fa5c

Browse files
committed
Increase timeout in uni01alpha
My local deployments on smaller machines seem to fail with FIPS enabled scenario only due to a few minutes margin – hence I propose increasing the timeout on deployment.
1 parent eb1395f commit 545fa5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/vars/uni01alpha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ vas:
9191
oc -n openstack wait openstackdataplanedeployment
9292
edpm-deployment
9393
--for condition=Ready
94-
--timeout=40m
94+
--timeout=60m
9595
values:
9696
- name: edpm-deployment-values
9797
src_file: values.yaml

0 commit comments

Comments
 (0)