Skip to content

Commit fbef0fa

Browse files
server: higher timeout for tests (ggml-org#15621)
1 parent da54f9f commit fbef0fa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/server/tests/utils.py

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

2828

29-
DEFAULT_HTTP_TIMEOUT = 12
30-
31-
if "LLAMA_SANITIZE" in os.environ or "GITHUB_ACTION" in os.environ:
32-
DEFAULT_HTTP_TIMEOUT = 30
29+
DEFAULT_HTTP_TIMEOUT = 30
3330

3431

3532
class ServerResponse:

0 commit comments

Comments
 (0)