From d19bcef6901768844cc89cb39d29873381f9969a Mon Sep 17 00:00:00 2001 From: Antony Jones Date: Wed, 8 Jul 2020 07:17:44 +0100 Subject: [PATCH] Increase timeout for unit build Also due to Mac occasionally taking longer than the allocated time. --- .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 2bf499ba33e4..4e04386fccfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: [push, pull_request] jobs: Tests: runs-on: ${{ matrix.os }} - timeout-minutes: 6 + timeout-minutes: 10 strategy: matrix: node-version: [8, 10, 12, 14]