Skip to content

Commit 4656691

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Increase timeouts on builds for some example apps. (#23686)
OTA Requestor in particular is hitting the 5 minute timeout quite a bit.
1 parent b554348 commit 4656691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/darwin.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ jobs:
107107
run: |
108108
scripts/examples/gn_build_example.sh examples/all-clusters-app/linux out/debug chip_config_network_layer_ble=false
109109
- name: Build example OTA Provider
110-
timeout-minutes: 5
110+
timeout-minutes: 10
111111
run: |
112112
scripts/examples/gn_build_example.sh examples/ota-provider-app/linux out/debug chip_config_network_layer_ble=false
113113
- name: Build example OTA Requestor
114-
timeout-minutes: 5
114+
timeout-minutes: 10
115115
run: |
116116
scripts/examples/gn_build_example.sh examples/ota-requestor-app/linux out/debug chip_config_network_layer_ble=false
117117
- name: Delete Defaults

0 commit comments

Comments
 (0)