diff options
author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-01-23 18:14:58 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-01-23 18:14:58 +0100 |
commit | 9709d79f98eccee2a9f821f9fcc9dfbd5b55b70b (patch) | |
tree | 7d19a44639bc3698b34ea5a0e8e3f2a10d357c0a | |
parent | c22a19e8f8221dbc16bbcfb17b669a31eac16d82 (diff) | |
download | gitlab-9709d79f98eccee2a9f821f9fcc9dfbd5b55b70b.tar.gz |
wait a little before running the python tests
-rwxr-xr-x | tools/py_functional_tests.sh | 2 |
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 |