Skip to content

Commit afd58cc

Browse files
authored
fix ROCM test failures (#2362)
Update regression_test_rocm.yml these tests are timing out and breaking trunk
1 parent 3d75039 commit afd58cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression_test_rocm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
contents: read
3232
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
3333
with:
34-
timeout: 120
34+
timeout: 150
3535
no-sudo: ${{ matrix.gpu-arch-type == 'rocm' }}
3636
runner: ${{ matrix.runs-on }}
3737
gpu-arch-type: ${{ matrix.gpu-arch-type }}

0 commit comments

Comments
 (0)