From cd1186a116f8c9f80db8e1f8e2dd607f3722368f Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 10:59:41 +0100 Subject: [PATCH] chore: change node test timeout from 20m to 30m (#45623) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr --- .github/workflows/pipeline-segment-node-nan-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline-segment-node-nan-test.yml b/.github/workflows/pipeline-segment-node-nan-test.yml index 0d44a2b77a56..f4f5fdd9c0c3 100644 --- a/.github/workflows/pipeline-segment-node-nan-test.yml +++ b/.github/workflows/pipeline-segment-node-nan-test.yml @@ -38,7 +38,7 @@ jobs: node-tests: name: Run Node.js Tests runs-on: electron-arc-linux-amd64-8core - timeout-minutes: 20 + timeout-minutes: 30 env: TARGET_ARCH: ${{ inputs.target-arch }} BUILD_TYPE: linux @@ -101,7 +101,7 @@ jobs: nan-tests: name: Run Nan Tests runs-on: electron-arc-linux-amd64-4core - timeout-minutes: 20 + timeout-minutes: 30 env: TARGET_ARCH: ${{ inputs.target-arch }} BUILD_TYPE: linux