Skip to content

Commit

Permalink
Bump ESP32 test timeout. (project-chip#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 rochaferraz committed Mar 31, 2022
1 parent 0b5ddf1 commit b74bfcc
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 b74bfcc

Please sign in to comment.