Skip to content

Commit

Permalink
Increase timeouts on builds for some example apps.
Browse files Browse the repository at this point in the history
OTA Requestor in particular is hitting the 5 minute timeout quite a bit.
  • Loading branch information
bzbarsky-apple committed Nov 18, 2022
1 parent cf4f2b8 commit b7f5514
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
Expand Up @@ -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
Expand Down

0 comments on commit b7f5514

Please sign in to comment.