From a8df09a49209a0cce057c9bc2daca8f6d8fbc4b9 Mon Sep 17 00:00:00 2001 From: Oscar Vestlie Date: Wed, 10 Jul 2024 13:22:05 -0700 Subject: [PATCH] Set start_timeout (device allocation timeout) to 2h (#3767) b/350812446 --- .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 f7a9df22db8c..3076c4d92775 100644 --- a/.github/actions/on_device_tests/action.yaml +++ b/.github/actions/on_device_tests/action.yaml @@ -78,6 +78,7 @@ runs: ${USE_SHARDING:+"--unittest_shard_index" "${{ matrix.shard }}"} \ ${ON_DEVICE_TEST_ATTEMPTS:+"--test_attempts" "$ON_DEVICE_TEST_ATTEMPTS"} \ --archive_path gs://${PROJECT_NAME}-test-artifacts/${WORKFLOW}/${GITHUB_RUN_NUMBER}/${{ matrix.platform }}_${{ matrix.config }}/artifacts.tar \ + --start_timeout 2h \ --label github \ --label ${GITHUB_EVENT_NAME} \ --label ${WORKFLOW} \