Skip to content

Commit

Permalink
Improve visibility of queue watcher for developers during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiosironi committed Jan 17, 2025
1 parent 6e9f241 commit 9d2cfd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/ci-wait-steady-state
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ for i in $(seq 60); do

if [ "$i" -eq "60" ]; then
echo "FAILED"
cat /tmp/queue-watch.log
exit 1
fi

Expand Down

0 comments on commit 9d2cfd9

Please sign in to comment.