From: Guillaume Abrioux Date: Fri, 14 Jun 2019 09:45:29 +0000 (+0200) Subject: tests: increase docker pull timeout X-Git-Tag: v4.0.0rc10~60 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=82ab98326cd0380a26c1545057af0c5788cbf00b;p=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 (cherry picked from commit 1019e3b3dce971cd81bcea854022fc929d42c139) --- diff --git a/tests/functional/all_daemons/container/group_vars/all b/tests/functional/all_daemons/container/group_vars/all index 7dc848948..72f21c528 100644 --- a/tests/functional/all_daemons/container/group_vars/all +++ b/tests/functional/all_daemons/container/group_vars/all @@ -37,3 +37,4 @@ openstack_cinder_pool: openstack_pools: - "{{ openstack_glance_pool }}" - "{{ openstack_cinder_pool }}" +docker_pull_timeout: 600s \ No newline at end of file