Skip to content

Commit

Permalink
chore: fix flaky test (#17333)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyFan2002 authored Jan 20, 2025
1 parent 91f1ced commit 3ea25c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ sleep_time=$(expr $RANDOM % 5 + 5)
sleep $sleep_time
disown %1
kill -9 $pid > /dev/null 2>&1
sleep 1

# restart query
echo "will restart query"
Expand Down

0 comments on commit 3ea25c9

Please sign in to comment.