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]