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>
(cherry picked from commit 1019e3b3dc
)
pull/4111/head
parent
dc66a5e65a
commit
82ab98326c
|
@ -37,3 +37,4 @@ openstack_cinder_pool:
|
|||
openstack_pools:
|
||||
- "{{ openstack_glance_pool }}"
|
||||
- "{{ openstack_cinder_pool }}"
|
||||
docker_pull_timeout: 600s
|
Loading…
Reference in New Issue