Fix the timeout for 8 gpu tests (#6084)
This commit is contained in:
2
.github/workflows/pr-test.yml
vendored
2
.github/workflows/pr-test.yml
vendored
@@ -100,7 +100,7 @@ jobs:
|
|||||||
bash scripts/ci_install_dependency_8_gpu.sh
|
bash scripts/ci_install_dependency_8_gpu.sh
|
||||||
|
|
||||||
- name: Run test
|
- name: Run test
|
||||||
timeout-minutes: 40
|
timeout-minutes: 20
|
||||||
run: |
|
run: |
|
||||||
cd test/srt
|
cd test/srt
|
||||||
python3 run_suite.py --suite per-commit-8-gpu
|
python3 run_suite.py --suite per-commit-8-gpu
|
||||||
|
|||||||
Reference in New Issue
Block a user