Skip to content

Commit 91bf579

Browse files
committed
platform-ci: Set FW Run timeout
Unlike azure pipelines, github workflows appear to have a 6 hour runtime limit for any given job. This commit adds a 15 minute timeout for platform flashing and booting to shell (and running tests) so the workflow does not stall for 6 hours when we freeze.
1 parent ed3b435 commit 91bf579

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/platform-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
working-directory: ${{ steps.short-path.outputs.short-path || github.workspace }}
157157

158158
- name: Run ${{ matrix.platform }} ${{ matrix.target }} ${{ matrix.tool-chain}}
159+
timeout-minutes: 15
159160
uses: ./.github/actions/build-platform
160161
with:
161162
command: 'flash'

0 commit comments

Comments
 (0)