mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-04 13:06:57 +08:00
Merge branch 'session_refactor' into wings_interface_merge
This commit is contained in:
@@ -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