Skip to content

Commit 170b79d

Browse files
q10facebook-github-bot
authored andcommitted
Increase PIP install test timeouts (pytorch#4406)
Summary: X-link: facebookresearch/FBGEMM#1478 - Increase PIP install test timeouts Pull Request resolved: pytorch#4406 Reviewed By: cthi, spcyppt Differential Revision: D77393506 Pulled By: q10 fbshipit-source-id: 9e2fb8432c442ca600e01a2755ce596b471cac4b
1 parent e9ce63d commit 170b79d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fbgemm_gpu_pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
run: . $PRELUDE; install_fbgemm_gpu_pip $BUILD_ENV ${{ github.event.inputs.fbgemm_gpu_channel_version || 'nightly' }} cuda/${{ matrix.cuda-version }}
172172

173173
- name: Test with PyTest
174-
timeout-minutes: 40
174+
timeout-minutes: 60
175175
run: . $PRELUDE; test_all_fbgemm_gpu_modules $BUILD_ENV
176176

177177

@@ -241,5 +241,5 @@ jobs:
241241
run: . $PRELUDE; install_fbgemm_gpu_pip $BUILD_ENV ${{ github.event.inputs.fbgemm_gpu_channel_version || 'nightly' }} rocm/${{ matrix.rocm-version }}
242242

243243
- name: Test with PyTest
244-
timeout-minutes: 40
244+
timeout-minutes: 60
245245
run: . $PRELUDE; test_all_fbgemm_gpu_modules $BUILD_ENV

0 commit comments

Comments
 (0)