Skip to content

Commit

Permalink
Expand test timeout for ROCm pip install workflow (#3557)
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookresearch/FBGEMM#644

Pull Request resolved: #3557

Reviewed By: spcyppt

Differential Revision: D67985605

Pulled By: q10

fbshipit-source-id: 066794bbd5b407f7763c409c14f98d875274df94
  • Loading branch information
q10 authored and facebook-github-bot committed Jan 9, 2025
1 parent c5a7077 commit 2432dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fbgemm_gpu_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,5 +241,5 @@ jobs:
run: . $PRELUDE; install_fbgemm_gpu_pip $BUILD_ENV ${{ github.event.inputs.fbgemm_gpu_channel_version || 'nightly' }} rocm/${{ matrix.rocm-version }}

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

0 comments on commit 2432dbb

Please sign in to comment.