Skip to content

Commit 81d296a

Browse files
authored
Increase timeout for regression tests (#2548)
Update regression_test.yml
1 parent dd6a4f5 commit 81d296a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
contents: read
4040
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
4141
with:
42-
timeout: 120
42+
timeout: 180
4343
runner: ${{ matrix.runs-on }}
4444
gpu-arch-type: ${{ matrix.gpu-arch-type }}
4545
gpu-arch-version: ${{ matrix.gpu-arch-version }}
@@ -99,7 +99,7 @@ jobs:
9999

100100
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
101101
with:
102-
timeout: 120
102+
timeout: 180
103103
runner: ${{ matrix.runs-on }}
104104
gpu-arch-type: ${{ matrix.gpu-arch-type }}
105105
gpu-arch-version: ${{ matrix.gpu-arch-version }}

0 commit comments

Comments
 (0)