diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e81fb8c47e9d37..43dc0f19f1ab50 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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}}