From 73db0cd124ea986e680b6782c9f8c71b81b75b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E6=B3=93=E9=93=AE?= Date: Tue, 5 Aug 2025 01:43:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=BE=E7=BD=AE=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E6=97=B6=E9=97=B4120s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/version/VERSION | 2 +- uixt/driver_session.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/version/VERSION b/internal/version/VERSION index a36de551..1e99fc70 100644 --- a/internal/version/VERSION +++ b/internal/version/VERSION @@ -1 +1 @@ -v5.0.0-250802 +v5.0.0-250805 diff --git a/uixt/driver_session.go b/uixt/driver_session.go index 35f5cc57..fddc04f7 100644 --- a/uixt/driver_session.go +++ b/uixt/driver_session.go @@ -41,7 +41,7 @@ type DriverRequests struct { } func NewDriverSession() *DriverSession { - timeout := 30 * time.Second + timeout := 120 * time.Second session := &DriverSession{ ctx: context.Background(), ID: "",