summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/travis.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/travis.sh b/tests/travis.sh
index c9db45df..ac5e8953 100755
--- a/tests/travis.sh
+++ b/tests/travis.sh
@@ -77,6 +77,7 @@ test_python_deadlocks() {
echo -en "${bldred}"
# initialize with tests/deadlocks/sitecustomize.py
PYTHONPATH=tests/deadlocks ./uwsgi --plugin 0:$1 --http :8080 --exit-on-reload --touch-reload reload.txt --wsgi-file tests/deadlocks/main.py --ini $2 --daemonize uwsgi.log
+ sleep 1
echo -en "${txtrst}"
http_test "http://localhost:8080/"
echo -e "${bldyel}===================== DONE $1 $2 =====================${txtrst}\n\n"