Skip to content

Commit f27bd05

Browse files
Merge pull request #513 from sdatko/timeouts
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. Reviewed-by: Andrew Bays <[email protected]>
2 parents eb1395f + 545fa5c commit f27bd05

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)