Skip to content

Commit a645533

Browse files
authored
Set timeout 720 for build-test-windows.yml (#3860)
Consistent with build-test.yml.
1 parent f88b65e commit a645533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- windows
3333
- ${{ inputs.runner_label }}
3434
# Building PyTorch can take up to 4 hours on certain machines, increasing the timeout to 8 hours.
35-
timeout-minutes: 480
35+
timeout-minutes: 720
3636
steps:
3737
- name: Enable long paths
3838
run: |

0 commit comments

Comments
 (0)