Skip to content
Snippets Groups Projects
Commit 3791316a authored by Matt Traudt's avatar Matt Traudt
Browse files

This sleep can probably be shorter

parent 419f5fbb
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ commands =
bash {envtmpdir}/net/start.sh
bash -c "time python3 {envtmpdir}/net/wait.py {envtmpdir}/net/{auth,relay,exit}*"
bash -c "python3 {toxinidir}/scripts/tools/sbws-http-server.py --port 28888 &>/dev/null &"
sleep 30
sleep 15
wget -O/dev/null http://127.0.0.1:28888/sbws.bin
coverage run -a --rcfile={toxinidir}/.coveragerc --source=sbws -m pytest -s {toxinidir}/tests/integration -vv
bash {envtmpdir}/net/stop.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment