Skip to content

Commit

Permalink
Add a comment explaining the loop condition
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Sep 20, 2024
1 parent 2214554 commit 610edba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/on_device_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ runs:
run: |
set -uxe
i=0
# Try downloading the results for 6x 10 seconds before giving up.
while [ $i -lt 6 ]; do
# The results are uploaded after the test has completed.
sleep 10
Expand Down

0 comments on commit 610edba

Please sign in to comment.