feat: update adb shell timeout

This commit is contained in:
余泓铮
2024-05-21 14:55:01 +08:00
parent 996bcab705
commit 918550b46e
5 changed files with 9 additions and 8 deletions

View File

@@ -359,7 +359,7 @@ func (dev *AndroidDevice) installViaInstaller(app io.ReadSeeker, args ...string)
return err
}
// 等待安装完成或超时
timeout := 1 * time.Minute
timeout := 3 * time.Minute
select {
case err := <-done:
return err