From 4f68c5341c58c400e03f7515326542beb2f3b13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=AD=9F=E5=85=83?= Date: Fri, 31 May 2024 07:52:48 +0000 Subject: [PATCH] =?UTF-8?q?update=20cases/smoke/basic/screenshot32/xdevice?= =?UTF-8?q?=5Fsmoke/main.py.=20=E5=8E=BB=E6=8E=89=E5=BC=80=E6=9C=BA?= =?UTF-8?q?=E5=BB=B6=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 贾孟元 --- cases/smoke/basic/screenshot32/xdevice_smoke/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cases/smoke/basic/screenshot32/xdevice_smoke/main.py b/cases/smoke/basic/screenshot32/xdevice_smoke/main.py index 4149e7a..d49aafc 100644 --- a/cases/smoke/basic/screenshot32/xdevice_smoke/main.py +++ b/cases/smoke/basic/screenshot32/xdevice_smoke/main.py @@ -127,8 +127,7 @@ if __name__ == '__main__': # respath = args.anwser_path # new_cmd += ' -respath {}'.format(respath) # shutil.rmtree(os.path.join(BASE_DIR, 'reports'), ignore_errors=True) - import time - time.sleep(60) + print('SmokeTest Begin >>>>>>>>>>>>') main_process(new_cmd) -- Gitee