Skip to content

Commit

Permalink
increase timeout to wait for bmp session
Browse files Browse the repository at this point in the history
Signed-off-by: Serguei Bezverkhi <[email protected]>
  • Loading branch information
sbezverk committed Jul 14, 2023
1 parent 7584e03 commit 3f5c476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/monitor_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ while [ ${done} == false ]; do
found=true
else
i=$((i+1))
if [[ ${i} -eq 12 ]]; then
if [[ ${i} -eq 24 ]]; then
done=true
else
sleep 10;
Expand Down

0 comments on commit 3f5c476

Please sign in to comment.