Skip to content

Commit 73a64e7

Browse files
committed
Increase time-out for CUDA OSS CI (#3230)
Summary: Pull Request resolved: #3230 X-link: https://github.com/facebookresearch/FBGEMM/pull/328 As titled. Due to Test time out for CUDA > 12 e.g., https://github.com/pytorch/FBGEMM/actions/runs/11223255193/job/31198763459 Reviewed By: q10 Differential Revision: D64005199 fbshipit-source-id: 339421d50b35665d0ccc2a909faef8720155cfdb
1 parent b24218f commit 73a64e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fbgemm_gpu_ci_cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
run: . $PRELUDE; install_fbgemm_gpu_wheel $BUILD_ENV *.whl
206206

207207
- name: Test with PyTest
208-
timeout-minutes: 30
208+
timeout-minutes: 40
209209
run: . $PRELUDE; test_all_fbgemm_gpu_modules $BUILD_ENV
210210

211211
- name: Push Wheel to PyPI

.github/workflows/fbgemm_gpu_release_cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
run: . $PRELUDE; install_fbgemm_gpu_wheel $BUILD_ENV *.whl
187187

188188
- name: Test with PyTest
189-
timeout-minutes: 20
189+
timeout-minutes: 40
190190
run: . $PRELUDE; test_all_fbgemm_gpu_modules $BUILD_ENV
191191

192192
- name: Push Wheel to PyPI

0 commit comments

Comments
 (0)