From e53bee0fbfb174c7ca47914bdae63fbced61183f Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Wed, 1 Dec 2021 23:34:36 +0100 Subject: [PATCH] Increase timeouts (since now we run remote integration tests too) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 312852c4eeb..f4a8bd601dc 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: 30 + timeout-minutes: 40 env: CHILD_CONCURRENCY: "1" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -95,7 +95,7 @@ jobs: linux: name: Linux runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 40 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: @@ -177,7 +177,7 @@ jobs: darwin: name: macOS runs-on: macos-latest - timeout-minutes: 30 + timeout-minutes: 40 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: @@ -251,7 +251,7 @@ jobs: hygiene: name: Hygiene, Layering and Monaco Editor runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 40 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: