Skip to content

Commit

Permalink
Bump ESP32 test timeout. (#16726)
Browse files Browse the repository at this point in the history
Quite a number of ESP32 test runs time out when doing the "Build
example All Clusters App C3" step.  Bumping timeout for that from 10
to 15 minutes.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Oct 17, 2023
1 parent f7b96aa commit f6d3df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
out/esp32-m5stack-all-clusters/chip-all-clusters-app.elf \
/tmp/bloat_reports/
- name: Build example All Clusters App C3
timeout-minutes: 10
timeout-minutes: 15
run: scripts/examples/esp_example.sh all-clusters-app sdkconfig_c3devkit.defaults
- name: Copy aside build products
run: |
Expand Down

0 comments on commit f6d3df3

Please sign in to comment.