Skip to content

Commit

Permalink
chore: try fix flaky ci (#17265)
Browse files Browse the repository at this point in the history
  • Loading branch information
TCeason authored Jan 14, 2025
1 parent 8a47dce commit 13d1dcd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ pid=$!
# kill query randomly
sleep_time=$(expr $RANDOM % 5 + 5)
sleep $sleep_time
kill $pid
disown %1
kill -9 $pid > /dev/null 2>&1

# restart query
echo "will restart query"
Expand Down

0 comments on commit 13d1dcd

Please sign in to comment.