Skip to content

Commit

Permalink
chore: try fix flaky ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TCeason committed Jan 13, 2025
1 parent e6cf9d1 commit d61df0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pid=$!
# kill query randomly
sleep_time=$(expr $RANDOM % 5 + 5)
sleep $sleep_time
kill $pid
kill -9 $pid

# restart query
echo "will restart query"
Expand Down

0 comments on commit d61df0e

Please sign in to comment.