From bad7a48615d0c0c5083388b3f4ec25a37af00aa0 Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Sun, 27 Feb 2022 17:20:04 +0700 Subject: [PATCH] [ci] Increase CI test timeout to 20 minutes (#4144) The Windows test runs have been slow recently, and several have failed by going over the 15 minute timeout. Increasing the timeout to 20 will help mitigate the problem and reduce false-positive failures. --- .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 07035a2c9cbd..c4d594fd6c68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - run: pnpm check Tests: runs-on: ${{ matrix.os }} - timeout-minutes: 15 + timeout-minutes: 20 strategy: fail-fast: false matrix: