From 7868cc86b807fad47fb5b8d4ac1bfd0c3da9e004 Mon Sep 17 00:00:00 2001 From: "Tahir H. Butt" Date: Tue, 22 Mar 2022 11:10:00 -0400 Subject: fix(tests/deadlock): sleep before checking uwsgi process --- tests/travis.sh | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.1