From da7578cbf11701df47423de19fc5060041b46843 Mon Sep 17 00:00:00 2001 From: Antony Jones Date: Wed, 8 Jul 2020 07:15:00 +0100 Subject: [PATCH] Increase timeout for unit tests Mac build randomly takes between 1 minute + 4 minutes, so this stops it getting cancelled. --- .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 abb80bd3fb..2bf499ba33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - run: 'npm i && npm run lint' Unit: runs-on: ${{ matrix.os }} - timeout-minutes: 3 + timeout-minutes: 5 strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest]