Skip to content

Commit

Permalink
chore: increase windows ci test timeout minutes (#4122)
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Sep 5, 2023
1 parent 28819eb commit b6a43ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
required: true
type: string
profile: # Rust profile, "debug" or "release"
default: "release"
default: 'release'
required: false
type: string
test: # Run tests?
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
### x86_64-pc-windows-msvc

- name: Test x86_64-pc-windows-msvc
timeout-minutes: 15 # Tests should finish within 15 mins, please fix your tests instead of changing this to a higher timeout.
timeout-minutes: 20 # Tests should finish within 15 mins, please fix your tests instead of changing this to a higher timeout.
if: ${{ inputs.target == 'x86_64-pc-windows-msvc' && matrix.node != '14' }}
run: pnpm run test:ci

Expand Down

0 comments on commit b6a43ae

Please sign in to comment.