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

Update the timeout in nightly-test.yml (#2649)

parent 03d5fbfd
...@@ -28,7 +28,7 @@ jobs: ...@@ -28,7 +28,7 @@ jobs:
pip install --upgrade "evalplus[vllm] @ git+https://github.com/evalplus/evalplus" pip install --upgrade "evalplus[vllm] @ git+https://github.com/evalplus/evalplus"
- name: Run test - name: Run test
timeout-minutes: 10 timeout-minutes: 120
run: | run: |
cd test/srt cd test/srt
python3 run_suite.py --suite nightly --timeout-per-file 2400 python3 run_suite.py --suite nightly --timeout-per-file 2400
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