mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-06 20:32:44 +08:00
fix: 重试次数改为1
This commit is contained in:
@@ -46,7 +46,7 @@ func NewDriverSession() *DriverSession {
|
||||
client: &http.Client{
|
||||
Timeout: timeout,
|
||||
},
|
||||
maxRetry: 5,
|
||||
maxRetry: 1,
|
||||
}
|
||||
session.Reset()
|
||||
return session
|
||||
|
||||
Reference in New Issue
Block a user