fix: 缩小安装弹窗点击频率

This commit is contained in:
余泓铮
2025-02-20 21:38:15 +08:00
parent 1f7157aa84
commit c6b9f17db2

View File

@@ -48,7 +48,7 @@ func (dExt *XTDriver) Install(filePath string, opts ...option.InstallOption) err
if _, ok := dExt.GetDevice().(*uixt.AndroidDevice); ok {
stopChan := make(chan struct{})
go func() {
ticker := time.NewTicker(8 * time.Second)
ticker := time.NewTicker(5 * time.Second)
defer ticker.Stop()
for {