fix: longer wait time for server to start
This commit is contained in:
parent
3d7245c16c
commit
852d4fe7fa
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,9 @@ valgrind_emgauwa $working_dir/core start >>$working_dir/core.log 2>&1 &
|
||||||
core_id=$!
|
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
|
export PYTHONPATH=$PYTHONPATH:$source_dir/tavern_utils
|
||||||
|
|
Loading…
Reference in a new issue