diff options
Diffstat (limited to 'tools/functional_tests.sh')
-rwxr-xr-x | tools/functional_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/functional_tests.sh b/tools/functional_tests.sh index 18770e9..6cb868d 100755 --- a/tools/functional_tests.sh +++ b/tools/functional_tests.sh @@ -41,7 +41,7 @@ pip install -rrequirements.txt pip install -e . # NOTE(gpocentek): the first call might fail without a little delay -sleep 5 +sleep 20 set -e |