Update the timeout in nightly-test.yml (#2649)
This commit is contained in:
2
.github/workflows/nightly-test.yml
vendored
2
.github/workflows/nightly-test.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user