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: "",