mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
fix: 缩小安装弹窗点击频率
This commit is contained in:
@@ -48,7 +48,7 @@ func (dExt *XTDriver) Install(filePath string, opts ...option.InstallOption) err
|
|||||||
if _, ok := dExt.GetDevice().(*uixt.AndroidDevice); ok {
|
if _, ok := dExt.GetDevice().(*uixt.AndroidDevice); ok {
|
||||||
stopChan := make(chan struct{})
|
stopChan := make(chan struct{})
|
||||||
go func() {
|
go func() {
|
||||||
ticker := time.NewTicker(8 * time.Second)
|
ticker := time.NewTicker(5 * time.Second)
|
||||||
defer ticker.Stop()
|
defer ticker.Stop()
|
||||||
|
|
||||||
for {
|
for {
|
||||||
|
|||||||
Reference in New Issue
Block a user