Skip to content

Commit

Permalink
Bump timeout on the "Build example lighting app with RPCs" test. (#11455
Browse files Browse the repository at this point in the history
)

It hits the 5 minute timeout pretty regularly.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Feb 7, 2023
1 parent 8fec909 commit 1041920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:
jobs:
linux_standalone:
name: Linux Standalone
timeout-minutes: 60
timeout-minutes: 70

env:
BUILD_TYPE: gn_linux
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
out/tv_app_debug/chip-tv-app \
/tmp/bloat_reports/
- name: Build example lighting app with RPCs
timeout-minutes: 5
timeout-minutes: 10
run: |
scripts/examples/gn_build_example.sh examples/lighting-app/linux out/lighting_app_debug_rpc \
'import("//with_pw_rpc.gni")'
Expand Down

0 comments on commit 1041920

Please sign in to comment.