Revert "travis_wait"

This reverts commit f462f9c8cdff1bad7fdded14169b80393dfeb4a2.
This commit is contained in:
Barbara Miller 2020-07-11 14:14:26 -07:00
parent f462f9c8cd
commit d40bcb0497

View File

@ -20,7 +20,7 @@ install:
- sudo cat /var/log/brozzler-worker.log
- sudo cat /var/log/warcprox.log
script:
- travis_wait "DISPLAY=:1 py.test --tb=native -v tests"
- DISPLAY=:1 py.test --tb=native -v tests
after_failure:
- chromium-browser --version
- sudo kill -QUIT $(sudo svstat /etc/service/warcprox | egrep -o 'pid [0-9]+' | awk '{print $2}')