Retry a couple of times.

This commit is contained in:
Robert de Bock 2020-02-05 07:33:07 +01:00
parent f6754013bb
commit 86147a78b3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ deps =
docker
molecule
commands =
molecule test
i=0 ; until [ $i -gt 2 ] ; do molecule test ; ((i++)) ; done
setenv =
TOX_ENVNAME={envname}
MOLECULE_EPHEMERAL_DIRECTORY=/tmp/.molecule/{env:image:fedora}-{env:tag:latest}/{envname}