Skip to content

Commit

Permalink
smoke test: kill server on timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Aug 13, 2024
1 parent d7862bd commit 75f32d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extras/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function wait_for(){
max_retries=$((max_retries-1))
if [[ max_retries -le 0 ]]; then
echo "Timed out waiting for $name server" >&2
kill -9 ${server_pid}
exit 1
fi
done
Expand Down

0 comments on commit 75f32d8

Please sign in to comment.