Skip to content

Commit

Permalink
Increase time-out for CUDA OSS CI (#3230)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #3230

X-link: facebookresearch/FBGEMM#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
  • Loading branch information
spcyppt committed Oct 8, 2024
1 parent b24218f commit 73a64e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fbgemm_gpu_ci_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
run: . $PRELUDE; install_fbgemm_gpu_wheel $BUILD_ENV *.whl

- name: Test with PyTest
timeout-minutes: 30
timeout-minutes: 40
run: . $PRELUDE; test_all_fbgemm_gpu_modules $BUILD_ENV

- name: Push Wheel to PyPI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fbgemm_gpu_release_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
run: . $PRELUDE; install_fbgemm_gpu_wheel $BUILD_ENV *.whl

- name: Test with PyTest
timeout-minutes: 20
timeout-minutes: 40
run: . $PRELUDE; test_all_fbgemm_gpu_modules $BUILD_ENV

- name: Push Wheel to PyPI
Expand Down

0 comments on commit 73a64e7

Please sign in to comment.