]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: increase docker pull timeout
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 14 Jun 2019 09:45:29 +0000 (11:45 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Fri, 14 Jun 2019 17:51:32 +0000 (17:51 +0000)
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 1019e3b3dce971cd81bcea854022fc929d42c139)

tests/functional/all_daemons/container/group_vars/all

index 7dc848948cd1e18e42fbc9b6e64b272c2dea708d..72f21c5280bee12fe603e1dfecc9f261d16c58ee 100644 (file)
@@ -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