server: higher timeout for tests (#15621)

This commit is contained in:
Johannes Gäßler 2025-08-27 20:58:09 +02:00 committed by GitHub
parent da54f9f1a2
commit fbef0fad7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -26,10 +26,7 @@ from re import RegexFlag
import wget import wget
DEFAULT_HTTP_TIMEOUT = 12 DEFAULT_HTTP_TIMEOUT = 30
if "LLAMA_SANITIZE" in os.environ or "GITHUB_ACTION" in os.environ:
DEFAULT_HTTP_TIMEOUT = 30
class ServerResponse: class ServerResponse: