diff --git a/.github/workflows/regression_test_rocm.yml b/.github/workflows/regression_test_rocm.yml index c24c76cfeb..a551ff550e 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 }} @@ -46,4 +46,4 @@ jobs: pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH - pytest test --verbose -s + pytest test --verbose -s --durations=100