From e745988b7517623ba286fee880d1f87efd78b2c5 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Thu, 13 Jan 2022 16:15:17 +0100 Subject: [PATCH] Increase timeout (for cases when the yarn cache is not hit) --- .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 24a2cb07de9..8f32390025f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: windows: name: Windows runs-on: windows-latest - timeout-minutes: 40 + timeout-minutes: 60 env: CHILD_CONCURRENCY: "1" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}