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

Commit 7fc05c9

Browse files
authored
Update run-readme-pr-mps.yml
Extend timeout for test-readme-mps to avoid test failing from timeout.
1 parent 59159f8 commit 7fc05c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)