From f528513654e455364fdc1db48187dd9ac1af03ba Mon Sep 17 00:00:00 2001 From: Bobbie Goede Date: Thu, 28 Sep 2023 10:51:28 +0200 Subject: [PATCH] ci: raise test job timeout minutes --- .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 a9d00b966..141f76da5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: matrix: node-version: [18] os: [ubuntu-latest] - timeout-minutes: 15 + timeout-minutes: 25 name: Test on Node.js ${{ matrix.node-version }} steps: