Skip to content

Commit

Permalink
Add commented out infinite sleep for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
btalb committed Mar 25, 2022
1 parent 0982380 commit 0dfd539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/benchbot_run
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ while [ -n "$(docker ps -q -f 'name=benchbot_supervisor')" ] && \
[ -n "$(docker ps -q -f 'name=benchbot_robot')" ]); do
sleep 1
done
# sleep infinity

if [ -n "$simulator_required" ] && \
[ -z "$(docker ps -q -f 'name=benchbot_robot')" ]; then
Expand Down

0 comments on commit 0dfd539

Please sign in to comment.