Skip to content

Commit ab3c5f4

Browse files
authored
[Cherry-Pick][CI] Set --workers=1 to avoid intermittent timeout failures (#7846) (#7848)
1 parent 9894b32 commit ab3c5f4

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)