Browse Source

chore: change node test timeout from 20m to 30m (#45611)

Charles Kerr 2 months ago
parent
commit
2b8706bf44
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/pipeline-segment-node-nan-test.yml

+ 2 - 2
.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