increase http timeout to 12
This commit is contained in:
parent
7635912f73
commit
9591af1fc5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ from re import RegexFlag
|
||||||
import wget
|
import wget
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_HTTP_TIMEOUT = 10 if "LLAMA_SANITIZE" not in os.environ else 30
|
DEFAULT_HTTP_TIMEOUT = 12 if "LLAMA_SANITIZE" not in os.environ else 30
|
||||||
|
|
||||||
|
|
||||||
class ServerResponse:
|
class ServerResponse:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue