feat: 设置超时时间120s

This commit is contained in:
余泓铮
2025-08-05 01:43:19 +08:00
parent 0b11c5491f
commit 73db0cd124
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
v5.0.0-250802
v5.0.0-250805

View File

@@ -41,7 +41,7 @@ type DriverRequests struct {
}
func NewDriverSession() *DriverSession {
timeout := 30 * time.Second
timeout := 120 * time.Second
session := &DriverSession{
ctx: context.Background(),
ID: "<SessionNotInit>",