Skip to content

Commit

Permalink
[GHA] Decrease Windows test timeout to 120 minutes (#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 #73489 (comment)

Closes #73489.
Pull Request resolved: #89694
Approved by: https://github.com/kit1980
  • Loading branch information
Blackhex authored and pytorchmergebot committed Nov 28, 2022
1 parent a370721 commit faa032c
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

1 comment on commit faa032c

@pytorchmergebot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted #89694 on behalf of https://github.com/clee2000 due to broke periodic b/c they take ~2.5 hrs, also broke mem leak check b/c its slow, should probably look into having this be a parameter

Please sign in to comment.