Skip to content

Commit

Permalink
[GHA] Decrease Windows test timeout to 120 minutes (pytorch#89694)
Browse files Browse the repository at this point in the history
This PR decreases the Windows tests pipelines timeout to 120 mins per discusison as requested at pytorch#73489 (comment)

Closes pytorch#73489.
Pull Request resolved: pytorch#89694
Approved by: https://github.com/kit1980
  • Loading branch information
Blackhex authored and kulinseth committed Dec 9, 2022
1 parent 9db835f commit a1d625e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_win-test.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
matrix: ${{ fromJSON(needs.filter.outputs.test-matrix) }}
fail-fast: false
runs-on: ${{ matrix.runner }}
timeout-minutes: 300
timeout-minutes: 120
steps:
- name: Enable git symlinks on Windows
shell: bash
Expand Down

0 comments on commit a1d625e

Please sign in to comment.