From 2432dbb23b98a4bc5ad50b599c2967fe4dc010e8 Mon Sep 17 00:00:00 2001 From: Benson Ma Date: Thu, 9 Jan 2025 15:09:23 -0800 Subject: [PATCH] Expand test timeout for ROCm pip install workflow (#3557) Summary: X-link: https://github.com/facebookresearch/FBGEMM/pull/644 Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/3557 Reviewed By: spcyppt Differential Revision: D67985605 Pulled By: q10 fbshipit-source-id: 066794bbd5b407f7763c409c14f98d875274df94 --- .github/workflows/fbgemm_gpu_pip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fbgemm_gpu_pip.yml b/.github/workflows/fbgemm_gpu_pip.yml index 9b934555c..260776dfd 100644 --- a/.github/workflows/fbgemm_gpu_pip.yml +++ b/.github/workflows/fbgemm_gpu_pip.yml @@ -241,5 +241,5 @@ jobs: run: . $PRELUDE; install_fbgemm_gpu_pip $BUILD_ENV ${{ github.event.inputs.fbgemm_gpu_channel_version || 'nightly' }} rocm/${{ matrix.rocm-version }} - name: Test with PyTest - timeout-minutes: 20 + timeout-minutes: 40 run: . $PRELUDE; test_all_fbgemm_gpu_modules $BUILD_ENV