From 28255462cf18659d72ce096a921730df3a010174 Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Tue, 10 Oct 2023 14:25:45 -0700 Subject: [PATCH 1/2] Increase CI timeout The windows watch mode tests takes just about 20 minutes and often get killed when they are just about to finish --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7f4ae526..272e6591b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: needs: ['preflight'] name: ${{ matrix.name }} runs-on: '${{ matrix.os }}-latest' - timeout-minutes: 20 + timeout-minutes: 30 strategy: fail-fast: false From 8b2eb6baa44a7957d6226d9df39ba6565360903b Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Tue, 10 Oct 2023 15:13:08 -0700 Subject: [PATCH 2/2] Update ci.yml Settling an unofficial bet with @mansona --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 272e6591b..5f1de30bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: needs: ['preflight'] name: ${{ matrix.name }} runs-on: '${{ matrix.os }}-latest' - timeout-minutes: 30 + timeout-minutes: 60 strategy: fail-fast: false