mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 11:29:48 +08:00
feat: 设置超时时间120s
This commit is contained in:
@@ -1 +1 @@
|
||||
v5.0.0-250802
|
||||
v5.0.0-250805
|
||||
|
||||
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user