From bdaf21b8edba3ecb5a02a823d2f601567fd3fe7f Mon Sep 17 00:00:00 2001 From: extremeheat Date: Fri, 24 Jun 2022 04:31:22 -0400 Subject: [PATCH] CI: increase timeout to 12min --- .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 79e0818..da29ac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: os: [ubuntu-latest, windows-latest] node-version: [16.x] runs-on: ${{ matrix.os }} - timeout-minutes: 10 + timeout-minutes: 12 steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}