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
Guillaume Abrioux 2019-06-14 11:45:29 +02:00
parent 9d88d3199f
commit 1019e3b3dc
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