Skip to content

Commit

Permalink
Increase test time out (pytorch#2426)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#2426

Increase test time out.

Reviewed By: sryap

Differential Revision: D54875270

fbshipit-source-id: f8de15fe45424c51fbb61187c481b636395dc74a
  • Loading branch information
spcyppt authored and facebook-github-bot committed Jun 20, 2024
1 parent 88fdac5 commit 5f41577
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -204,7 +204,7 @@ jobs:
run: . $PRELUDE; install_fbgemm_gpu_wheel $BUILD_ENV *.whl

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

- name: Push Wheel to PyPI
Expand Down

0 comments on commit 5f41577

Please sign in to comment.