mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-03 14:59:38 +08:00
feat: 设置超时时间120s
This commit is contained in:
@@ -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