From 441979f581114a2e4c0465e33f523b5b4062aa21 Mon Sep 17 00:00:00 2001 From: Jiang Date: Fri, 5 Jun 2026 19:11:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli/tjwater_cli/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tjwater_cli/core.py b/cli/tjwater_cli/core.py index 34eaeb4..a02c4dd 100644 --- a/cli/tjwater_cli/core.py +++ b/cli/tjwater_cli/core.py @@ -15,7 +15,7 @@ import typer SCHEMA_VERSION = "tjwater-cli/v1" CLI_NAME = "tjwater-cli" -DEFAULT_TIMEOUT = 60 +DEFAULT_TIMEOUT = 180 DEFAULT_SERVER = "http://192.168.1.114:8000"