mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-10-28 08:31:25 +00:00
server: higher timeout for tests (#15621)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user