From 4c323a0bdc7fab0d49c68e066d95d48f1b3e62d4 Mon Sep 17 00:00:00 2001 From: Pierre Cavin Date: Thu, 26 Oct 2023 17:40:47 +0200 Subject: [PATCH] ci(action): increase timeout to allow fetching node 21 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90e4d19..37cc2bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: node-version: [18, 20, 21] runs-on: ${{ matrix.os }} - timeout-minutes: 5 + timeout-minutes: 10 steps: - name: Checkout project