From ea53c7b473752c487125cc953ed9456e3389e4d3 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Tue, 19 Nov 2024 11:44:34 +0000 Subject: [PATCH] chore: timeout test cafe jobs --- .github/workflows/testcafe.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testcafe.yml b/.github/workflows/testcafe.yml index fb90e63c8..7fffb7e3f 100644 --- a/.github/workflows/testcafe.yml +++ b/.github/workflows/testcafe.yml @@ -54,6 +54,7 @@ jobs: run: pnpm build-rollup - name: Run ${{ matrix.name }} test + timeout-minutes: 10 env: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} RUN_ID: ${{ github.run_id }} @@ -61,4 +62,5 @@ jobs: run: pnpm testcafe ${{ matrix.browser }} --stop-on-first-fail - name: Check ${{ matrix.name }} events + timeout-minutes: 10 run: pnpm check-testcafe-results