Unverified Commit 38053c33 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Fix the timeout for 8 gpu tests (#6084)

parent 00c2c1f0
...@@ -100,7 +100,7 @@ jobs: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment