summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2016-01-23 18:14:58 +0100
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2016-01-23 18:14:58 +0100
commit9709d79f98eccee2a9f821f9fcc9dfbd5b55b70b (patch)
tree7d19a44639bc3698b34ea5a0e8e3f2a10d357c0a
parentc22a19e8f8221dbc16bbcfb17b669a31eac16d82 (diff)
downloadgitlab-9709d79f98eccee2a9f821f9fcc9dfbd5b55b70b.tar.gz
wait a little before running the python tests
-rwxr-xr-xtools/py_functional_tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/py_functional_tests.sh b/tools/py_functional_tests.sh
index 3d09487..a30230b 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