Skip to content

Commit e7f5cec

Browse files
authored
platform-ci: Set FW Run timeout (#1392)
## Description 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. - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? ## How This Was Tested N/A ## Integration Instructions N/A
1 parent ed3b435 commit e7f5cec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)