Skip to content

Commit

Permalink
Increase timeouts on builds for some example apps. (#23686)
Browse files Browse the repository at this point in the history
OTA Requestor in particular is hitting the 5 minute timeout quite a bit.
bzbarsky-apple authored Nov 18, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent aee3b95 commit a76fddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
@@ -107,11 +107,11 @@ jobs:
run: |
scripts/examples/gn_build_example.sh examples/all-clusters-app/linux out/debug chip_config_network_layer_ble=false
- name: Build example OTA Provider
timeout-minutes: 5
timeout-minutes: 10
run: |
scripts/examples/gn_build_example.sh examples/ota-provider-app/linux out/debug chip_config_network_layer_ble=false
- name: Build example OTA Requestor
timeout-minutes: 5
timeout-minutes: 10
run: |
scripts/examples/gn_build_example.sh examples/ota-requestor-app/linux out/debug chip_config_network_layer_ble=false
- name: Delete Defaults

0 comments on commit a76fddc

Please sign in to comment.