diff --git a/.github/workflows/fbgemm_gpu_ci_rocm.yml b/.github/workflows/fbgemm_gpu_ci_rocm.yml index 1961c99058..ad3c4f29b0 100644 --- a/.github/workflows/fbgemm_gpu_ci_rocm.yml +++ b/.github/workflows/fbgemm_gpu_ci_rocm.yml @@ -196,5 +196,5 @@ jobs: run: . $PRELUDE; install_fbgemm_gpu_wheel $BUILD_ENV *.whl - name: Test with PyTest - timeout-minutes: 60 + # timeout-minutes: 60 run: . $PRELUDE; test_all_fbgemm_gpu_modules $BUILD_ENV