From 610edba2b6da6fa6e85454c4055c5d655266f7ca Mon Sep 17 00:00:00 2001 From: Oscar Vestlie Date: Fri, 20 Sep 2024 04:10:36 +0000 Subject: [PATCH] Add a comment explaining the loop condition --- .github/actions/on_device_tests/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/on_device_tests/action.yaml b/.github/actions/on_device_tests/action.yaml index ddf7e1a62aa3..e950cb05f276 100644 --- a/.github/actions/on_device_tests/action.yaml +++ b/.github/actions/on_device_tests/action.yaml @@ -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