feat: 加长安装时间

This commit is contained in:
余泓铮
2025-07-30 19:30:07 +08:00
parent ac77975c18
commit c9d3175bc7
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
v5.0.0-250724
v5.0.0-250730

View File

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