mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-07 05:22:50 +08:00
feat: 加长安装时间
This commit is contained in:
@@ -1 +1 @@
|
||||
v5.0.0-250724
|
||||
v5.0.0-250730
|
||||
|
||||
@@ -240,7 +240,7 @@ func (dev *AndroidDevice) installViaInstaller(apkPath string, args ...string) er
|
||||
return err
|
||||
}
|
||||
// 等待安装完成或超时
|
||||
timeout := 3 * time.Minute
|
||||
timeout := 8 * time.Minute
|
||||
select {
|
||||
case err := <-done:
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user