mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-07 07:12:52 +08:00
feat: 新增错误信息
This commit is contained in:
@@ -245,7 +245,7 @@ func (dev *AndroidDevice) installViaInstaller(apkPath string, args ...string) er
|
||||
case err := <-done:
|
||||
return err
|
||||
case <-time.After(timeout):
|
||||
return fmt.Errorf("installation timed out after %v", timeout)
|
||||
return fmt.Errorf("install via installer timed out after %v", timeout)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user