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}