8000 increase http timeout to 12 · ochafik/llama.cpp@9591af1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9591af1

Browse files
author
ochafik
committed
increase http timeout to 12
1 parent 7635912 commit 9591af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import wget
2727

2828

29-
DEFAULT_HTTP_TIMEOUT = 10 if "LLAMA_SANITIZE" not in os.environ else 30
29+
DEFAULT_HTTP_TIMEOUT = 12 if "LLAMA_SANITIZE" not in os.environ else 30
3030

3131

3232
class ServerResponse:

0 commit comments

Comments
 (0)
0