fix: increase the waiting time to enter the main interface

This commit is contained in:
徐聪
2024-01-24 15:23:31 +08:00
parent b1974b89cc
commit ff080067a9

View File

@@ -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()