From 45c38f2da349e10dead1e2373861d3d6bf7927c3 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Wed, 27 Oct 2021 18:14:02 +0300 Subject: [PATCH] Increase tests timeout for slow workers --- .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 da4a0c1caca..56c74fda455 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: # os: ubuntu fail-fast: true runs-on: ${{ matrix.os }}-latest - timeout-minutes: 15 + timeout-minutes: 20 steps: - name: Checkout uses: actions/checkout@v2.3.5