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
Guillaume Abrioux 2019-06-14 11:45:29 +02:00 committed by mergify[bot]
parent dc66a5e65a
commit 82ab98326c
1 changed files with 1 additions and 0 deletions

View File

@ -37,3 +37,4 @@ openstack_cinder_pool:
openstack_pools:
- "{{ openstack_glance_pool }}"
- "{{ openstack_cinder_pool }}"
docker_pull_timeout: 600s