Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit ef0fc93

Browse files
authored
Extend timeout for run-readme-pr-mps.yml
Readme run on M1 with MPS takes over 30 minutes, and may be hitting default timeout. Extending timeout.
1 parent 82cc2ee commit ef0fc93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-readme-pr-mps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
1111
with:
1212
runner: macos-m1-14
13+
timeout-minutes: 50
1314
script: |
1415
conda create -y -n test-readme-mps-macos python=3.10.11 llvm-openmp
1516
conda activate test-readme-mps-macos

0 commit comments

Comments
 (0)