[CI] Fix flaky test_two_responses_with_same_prev_id test (#27745)

Signed-off-by: NickLucche <nlucches@redhat.com>
This commit is contained in:
Nicolò Lucchesi 2025-10-29 16:10:35 +01:00 committed by GitHub
parent ded24e3e54
commit 0f95a1c3f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ import pytest_asyncio
from tests.utils import RemoteOpenAIServer
# Use a small reasoning model to test the responses API.
MODEL_NAME = "Qwen/Qwen3-0.6B"
MODEL_NAME = "Qwen/Qwen3-1.7B"
@pytest.fixture(scope="module")