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 e9ce63d commit 170b79dCopy full SHA for 170b79d
.github/workflows/fbgemm_gpu_pip.yml
@@ -171,7 +171,7 @@ jobs:
171
run: . $PRELUDE; install_fbgemm_gpu_pip $BUILD_ENV ${{ github.event.inputs.fbgemm_gpu_channel_version || 'nightly' }} cuda/${{ matrix.cuda-version }}
172
173
- name: Test with PyTest
174
- timeout-minutes: 40
+ timeout-minutes: 60
175
run: . $PRELUDE; test_all_fbgemm_gpu_modules $BUILD_ENV
176
177
@@ -241,5 +241,5 @@ jobs:
241
run: . $PRELUDE; install_fbgemm_gpu_pip $BUILD_ENV ${{ github.event.inputs.fbgemm_gpu_channel_version || 'nightly' }} rocm/${{ matrix.rocm-version }}
242
243
244
245
0 commit comments