From 0020ac746919568a78401d00a7830972c2124827 Mon Sep 17 00:00:00 2001 From: zhang_hao_zheng Date: Thu, 24 Jul 2025 16:25:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9sleep=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhang_hao_zheng Change-Id: Idd8557d3383993b12aa13e08d9cc4f332b24692e --- cases/smoke/basic/screenshot32/new_script/testcases/test_hap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cases/smoke/basic/screenshot32/new_script/testcases/test_hap.py b/cases/smoke/basic/screenshot32/new_script/testcases/test_hap.py index 7140237..a9c7a3a 100644 --- a/cases/smoke/basic/screenshot32/new_script/testcases/test_hap.py +++ b/cases/smoke/basic/screenshot32/new_script/testcases/test_hap.py @@ -25,7 +25,7 @@ class Test: logging.info('install hap') hap_path = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(device.resource_path))), 'entry-default-signed.hap') device.install_hap(hap_path) - time.sleep(1) + time.sleep(15) logging.info('start app') device.start_ability(self.bundle_name, self.ability_name) time.sleep(2) -- Gitee