We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24218f commit 73a64e7Copy full SHA for 73a64e7
.github/workflows/fbgemm_gpu_ci_cuda.yml
@@ -205,7 +205,7 @@ jobs:
205
run: . $PRELUDE; install_fbgemm_gpu_wheel $BUILD_ENV *.whl
206
207
- name: Test with PyTest
208
- timeout-minutes: 30
+ timeout-minutes: 40
209
run: . $PRELUDE; test_all_fbgemm_gpu_modules $BUILD_ENV
210
211
- name: Push Wheel to PyPI
.github/workflows/fbgemm_gpu_release_cuda.yml
@@ -186,7 +186,7 @@ jobs:
186
187
188
189
- timeout-minutes: 20
190
191
192
0 commit comments