From faa032c5e58502de6ea461e531109d2acc22e56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Barto=C5=88?= Date: Mon, 28 Nov 2022 17:24:53 +0000 Subject: [PATCH] [GHA] Decrease Windows test timeout to 120 minutes (#89694) This PR decreases the Windows tests pipelines timeout to 120 mins per discusison as requested at https://github.com/pytorch/pytorch/issues/73489#issuecomment-1322539593 Closes #73489. Pull Request resolved: https://github.com/pytorch/pytorch/pull/89694 Approved by: https://github.com/kit1980 --- .github/workflows/_win-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_win-test.yml b/.github/workflows/_win-test.yml index 0cabb8ec469a..ef77e0055e36 100644 --- a/.github/workflows/_win-test.yml +++ b/.github/workflows/_win-test.yml @@ -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