Skip to content

Commit

Permalink
Add 20m to the Darwin test timeout and remove event-loop variant from…
Browse files Browse the repository at this point in the history
… its tests
  • Loading branch information
mrjerryjohns committed Jun 21, 2022
1 parent c6724a0 commit c0b7180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ jobs:
retention-days: 5
test_suites_darwin:
name: Test Suites - Darwin
timeout-minutes: 150
timeout-minutes: 170

strategy:
matrix:
build_variant: [no-ble-tsan-clang, no-ble-asan-clang]
chip_tool: ["", -same-event-loop]
chip_tool: [""]
env:
BUILD_VARIANT: ${{matrix.build_variant}}
CHIP_TOOL_VARIANT: ${{matrix.chip_tool}}
Expand Down

0 comments on commit c0b7180

Please sign in to comment.