From ec37fda1dd7dfeac17be8ebd6b28b2a34235a0d3 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Tue, 27 Feb 2024 09:23:40 +0000 Subject: [PATCH] =?UTF-8?q?update=20cases/smoke/basic/screenshot32/xdevice?= =?UTF-8?q?=5Fsmoke/testcases/Launcher.py.=20=E8=93=9D=E5=8C=BA=E9=97=A8?= =?UTF-8?q?=E7=A6=81=E4=BF=AE=E6=94=B9reboot=E7=AD=89=E5=BE=85=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E4=B8=BA10=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: openharmony_ci <120357966@qq.com> --- .../basic/screenshot32/xdevice_smoke/testcases/Launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cases/smoke/basic/screenshot32/xdevice_smoke/testcases/Launcher.py b/cases/smoke/basic/screenshot32/xdevice_smoke/testcases/Launcher.py index 63899010..40c4e216 100644 --- a/cases/smoke/basic/screenshot32/xdevice_smoke/testcases/Launcher.py +++ b/cases/smoke/basic/screenshot32/xdevice_smoke/testcases/Launcher.py @@ -53,7 +53,7 @@ class Launcher(ITestCase): self.step('步骤8:启动失败,重启设备,第{}次重试'.format(retry+1)) self.common_oh.shell(self.Phone1, 'rm -rf /data/*') self.common_oh.safeReboot(self.Phone1) - self.common_oh.wait(self.Phone1, 2) + self.common_oh.wait(self.Phone1, 10) else: self.step('步骤8:重试了3次,启动失败,收集crash') self.common_oh.shell(self.Phone1, 'cd /data/log/faultlog/temp && tar -cf after_test_cppcrash{}.tar cppcrash*'.format(self.device_name))