From 9709d79f98eccee2a9f821f9fcc9dfbd5b55b70b Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sat, 23 Jan 2016 18:14:58 +0100 Subject: [PATCH] wait a little before running the python tests --- tools/py_functional_tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/py_functional_tests.sh b/tools/py_functional_tests.sh index 3d09487b7..a30230ba2 100755 --- a/tools/py_functional_tests.sh +++ b/tools/py_functional_tests.sh @@ -34,4 +34,6 @@ $VENV_CMD $VENV pip install -rrequirements.txt pip install -e . +sleep 10 + python $(dirname $0)/python_test.py