From dd568869ca2228e3987c9fd998c778e181ada2bb Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Mon, 11 Apr 2022 10:15:09 +0200 Subject: [PATCH] chore: Increase CI timeout to 15 minutes --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e78f7e35e..e05b19a5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - '16.0' - '16.x' - '17.x' - timeout-minutes: 10 + timeout-minutes: 15 steps: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 @@ -83,7 +83,7 @@ jobs: image: redis ports: - 6379:6379 - timeout-minutes: 10 + timeout-minutes: 15 steps: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 @@ -104,7 +104,7 @@ jobs: - '12.x' - '14.x' - '16.x' - timeout-minutes: 10 + timeout-minutes: 15 steps: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3