From c6b9f17db2e7654aab20f4aad65c300af1211d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E6=B3=93=E9=93=AE?= Date: Thu, 20 Feb 2025 21:38:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=A9=E5=B0=8F=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E7=82=B9=E5=87=BB=E9=A2=91=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/uixt/driver_ext/ext.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {