mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
fix: increase the waiting time to enter the main interface
This commit is contained in:
@@ -49,7 +49,7 @@ func launchAppDriver(pkgName string) (driver *uixt.DriverExt, err error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
time.Sleep(5 * time.Second)
|
||||
time.Sleep(15 * time.Second)
|
||||
|
||||
// 处理弹窗
|
||||
err = driver.ClosePopupsHandler()
|
||||
|
||||
Reference in New Issue
Block a user