mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +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
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
time.Sleep(5 * time.Second)
|
time.Sleep(15 * time.Second)
|
||||||
|
|
||||||
// 处理弹窗
|
// 处理弹窗
|
||||||
err = driver.ClosePopupsHandler()
|
err = driver.ClosePopupsHandler()
|
||||||
|
|||||||
Reference in New Issue
Block a user