diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 877be752aa8..f9fbb728c9b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -24,7 +24,7 @@ permissions: jobs: test: name: Test ${{ inputs.codecov == true && 'and Coverage ' || '' }}with Node.js ${{ inputs.node-version }} on ${{ inputs.runs-on }} - timeout-minutes: 20 + timeout-minutes: ${{ inputs.runs-on == 'windows-latest' && 30 || 20 }} runs-on: ${{ inputs.runs-on }} steps: - name: Checkout Repository