From 169872b67826c53fb381b86bbd8adc6e6685a362 Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Wed, 19 Feb 2025 21:28:03 -0800 Subject: [PATCH 1/2] Fix timeout? --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 134622ab7..833675cb5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,6 +42,7 @@ jobs: run: npm run test node-integration-test: + timeout-minutes: 5 if: github.secret_source == 'Actions' runs-on: ubuntu-latest strategy: @@ -64,6 +65,7 @@ jobs: run: npm run test:node:integration web-integration-test: + timeout-minutes: 5 if: github.secret_source == 'Actions' runs-on: ubuntu-latest strategy: From d78610e4e57ff52ce45a55ea61a1427997bec36a Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Wed, 19 Feb 2025 21:31:21 -0800 Subject: [PATCH 2/2] Try Fail Fast=False --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 833675cb5..4eec024fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,6 +46,7 @@ jobs: if: github.secret_source == 'Actions' runs-on: ubuntu-latest strategy: + fail-fast: False matrix: node-version: ['18.x', '20.x'] steps: @@ -65,7 +66,6 @@ jobs: run: npm run test:node:integration web-integration-test: - timeout-minutes: 5 if: github.secret_source == 'Actions' runs-on: ubuntu-latest strategy: