commit 82e7665d1fd337ced3c7dd16cc610ffdbb6a9b3d Author: Matt Traudt sirmatt@ksu.edu Date: Mon Jun 11 09:25:47 2018 -0400
Sleep in hopes that we can avoid tests failing due to missing descs --- tox.ini | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/tox.ini b/tox.ini index 5134fb4..a3af1ef 100644 --- a/tox.ini +++ b/tox.ini @@ -22,10 +22,12 @@ deps = .[test] whitelist_externals = tar bash + sleep commands = tar -C {envtmpdir} -vxf {toxinidir}/tests/integration/net.tar bash {envtmpdir}/net/start.sh bash -c "time python3 {envtmpdir}/net/wait.py {envtmpdir}/net/{auth,relay,exit}*" + sleep 30 coverage run -a --rcfile={toxinidir}/.coveragerc --source=sbws -m pytest -s {toxinidir}/tests/integration -vv bash {envtmpdir}/net/stop.sh
tor-commits@lists.torproject.org