mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-25 01:59:52 +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 {
|
func NewDriverSession() *DriverSession {
|
||||||
timeout := 30 * time.Second
|
timeout := 120 * time.Second
|
||||||
session := &DriverSession{
|
session := &DriverSession{
|
||||||
ctx: context.Background(),
|
ctx: context.Background(),
|
||||||
ID: "<SessionNotInit>",
|
ID: "<SessionNotInit>",
|
||||||
|
|||||||
Reference in New Issue
Block a user