fix: longer wait time for server to start

This commit is contained in:
Tobias Reisinger 2020-08-15 00:00:04 +02:00
parent 3d7245c16c
commit 852d4fe7fa

View file

@ -52,7 +52,9 @@ valgrind_emgauwa $working_dir/core start >>$working_dir/core.log 2>&1 &
core_id=$!
sleep 2;
# wait for start
sleep 3;
curl -s -o /dev/null --retry 5 --retry-all-errors --retry-connrefused http://localhost:5000/api/v1/tags
export PYTHONPATH=$PYTHONPATH:$source_dir/tavern_utils