From 6a02da9ae2dd1e6c46f57fb4f44fe1dbe7d18662 Mon Sep 17 00:00:00 2001 From: HDCharles <39544797+HDCharles@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:00:25 -0400 Subject: [PATCH] Update regression_test_rocm.yml these tests are timing out and breaking trunk --- .github/workflows/regression_test_rocm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression_test_rocm.yml b/.github/workflows/regression_test_rocm.yml index c24c76cfeb..d43b5f8d10 100644 --- a/.github/workflows/regression_test_rocm.yml +++ b/.github/workflows/regression_test_rocm.yml @@ -31,7 +31,7 @@ jobs: contents: read uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main with: - timeout: 120 + timeout: 150 no-sudo: ${{ matrix.gpu-arch-type == 'rocm' }} runner: ${{ matrix.runs-on }} gpu-arch-type: ${{ matrix.gpu-arch-type }}