Skip to content

Commit

Permalink
Increase overall test timeout for nrfconnect. (#10191)
Browse files Browse the repository at this point in the history
The nrfconnect workflow builds 10 example apps.  Each of those builds
takes 4-5 minutes.  That's 40-50 minutes right there.

Wither another 1-3 minutes each for container init and checkout, and
5+ minutes for bootstrap, it's fairly common to hit the 60 minute
overall timeout.
  • Loading branch information
bzbarsky-apple authored Oct 4, 2021
1 parent 1507b6f commit 1162c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples-nrfconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:
jobs:
nrfconnect:
name: nRF Connect SDK
timeout-minutes: 60
timeout-minutes: 90

env:
BUILD_TYPE: nrfconnect
Expand Down

0 comments on commit 1162c18

Please sign in to comment.