Skip to content

Commit c732c54

Browse files
Merge pull request #956 from holser/increase_wait_timeout
Increase OpenStackControlPlane timeout
2 parents 9da94c5 + cf45a5e commit c732c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/roles/keystone_adoption/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
ansible.builtin.shell: |
6060
{{ shell_header }}
6161
{{ oc_header }}
62-
oc wait --for=condition=Ready --timeout=1m OpenStackControlPlane openstack
62+
oc wait --for=condition=Ready --timeout=3m OpenStackControlPlane openstack
6363
6464
- name: clean up services and endpoints
6565
ansible.builtin.shell: |

0 commit comments

Comments
 (0)