Skip to content

Commit

Permalink
Set start_timeout (device allocation timeout) to 2h (#3767)
Browse files Browse the repository at this point in the history
b/350812446
  • Loading branch information
oxve authored Jul 10, 2024
1 parent 4520536 commit a8df09a
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 @@ -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} \
Expand Down

0 comments on commit a8df09a

Please sign in to comment.