Skip to content

Commit 14de908

Browse files
authored
[CI] Set --workers=1 to avoid intermittent timeout failures (#7846)
1 parent 5820553 commit 14de908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_base_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
273273
curl -X POST http://0.0.0.0:${FLASK_PORT}/switch \
274274
-H "Content-Type: application/json" \
275-
-d "{ \"--model\": \"/MODELDATA/ERNIE-4.5-0.3B-Paddle\", \"--max-concurrency\": 5000, \"--max-waiting-time\": 1 }"
275+
-d "{ \"--model\": \"/MODELDATA/ERNIE-4.5-0.3B-Paddle\", \"--workers\": 1, \"--max-concurrency\": 5000, \"--max-waiting-time\": 1 }"
276276
check_service 90
277277
python -m pytest -sv test_max_waiting_time.py || TEST_EXIT_CODE=1
278278

0 commit comments

Comments
 (0)