graceful timeout

This commit is contained in:
2026-01-16 15:31:07 +01:00
parent 5d8deb1e3c
commit 7a76f60bfe

View File

@@ -114,7 +114,7 @@ class AIModelTester:
f"{endpoint}/v1/chat/completions", f"{endpoint}/v1/chat/completions",
headers=headers, headers=headers,
json=payload, json=payload,
timeout=10 timeout=60
) )
response.raise_for_status() response.raise_for_status()