From fef23cdb1874dc144ec18516f46fabd40bdc5101 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Fri, 7 Feb 2020 15:34:07 +0100 Subject: [PATCH] Retry 10 times, default is 5 already. --- templates/tox.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tox.ini.j2 b/templates/tox.ini.j2 index 0309c97..490638e 100644 --- a/templates/tox.ini.j2 +++ b/templates/tox.ini.j2 @@ -16,7 +16,7 @@ deps = next: git+https://github.com/ansible/ansible.git@devel docker molecule -install_command = pip install --retries 3 {packages} +install_command = pip install --retries 10 {packages} commands = molecule test setenv = TOX_ENVNAME={envname}