diff --git a/pkg/uixt/driver_ext/ext.go b/pkg/uixt/driver_ext/ext.go index e49ffc76..f37541ba 100644 --- a/pkg/uixt/driver_ext/ext.go +++ b/pkg/uixt/driver_ext/ext.go @@ -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 {