mirror of https://github.com/ceph/ceph-ansible.git
tests: increase docker pull timeout
CI is facing issues where docker pull reach the timeout, let's increase this to avoid CI failures. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/4110/head
parent
9d88d3199f
commit
1019e3b3dc
|
@ -37,3 +37,4 @@ openstack_cinder_pool:
|
|||
openstack_pools:
|
||||
- "{{ openstack_glance_pool }}"
|
||||
- "{{ openstack_cinder_pool }}"
|
||||
docker_pull_timeout: 600s
|
Loading…
Reference in New Issue