From e7742d752e1b484a194b1365761ca512c85c02b1 Mon Sep 17 00:00:00 2001 From: xiao-hesheng Date: Wed, 13 Mar 2024 14:06:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...255\245\345\272\223\346\210\277\344\277\241\346\201\257.py" | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git "a/air_case/b2_herp3_bs/r_b8\345\272\223\346\210\277\347\256\241\347\220\206_\345\272\223\345\214\272\350\256\276\347\275\256_\345\220\214\346\255\245\345\272\223\346\210\277\344\277\241\346\201\257.air/r_b8\345\272\223\346\210\277\347\256\241\347\220\206_\345\272\223\345\214\272\350\256\276\347\275\256_\345\220\214\346\255\245\345\272\223\346\210\277\344\277\241\346\201\257.py" "b/air_case/b2_herp3_bs/r_b8\345\272\223\346\210\277\347\256\241\347\220\206_\345\272\223\345\214\272\350\256\276\347\275\256_\345\220\214\346\255\245\345\272\223\346\210\277\344\277\241\346\201\257.air/r_b8\345\272\223\346\210\277\347\256\241\347\220\206_\345\272\223\345\214\272\350\256\276\347\275\256_\345\220\214\346\255\245\345\272\223\346\210\277\344\277\241\346\201\257.py" index 8ad539f0..3c9ce0cd 100644 --- "a/air_case/b2_herp3_bs/r_b8\345\272\223\346\210\277\347\256\241\347\220\206_\345\272\223\345\214\272\350\256\276\347\275\256_\345\220\214\346\255\245\345\272\223\346\210\277\344\277\241\346\201\257.air/r_b8\345\272\223\346\210\277\347\256\241\347\220\206_\345\272\223\345\214\272\350\256\276\347\275\256_\345\220\214\346\255\245\345\272\223\346\210\277\344\277\241\346\201\257.py" +++ "b/air_case/b2_herp3_bs/r_b8\345\272\223\346\210\277\347\256\241\347\220\206_\345\272\223\345\214\272\350\256\276\347\275\256_\345\220\214\346\255\245\345\272\223\346\210\277\344\277\241\346\201\257.air/r_b8\345\272\223\346\210\277\347\256\241\347\220\206_\345\272\223\345\214\272\350\256\276\347\275\256_\345\220\214\346\255\245\345\272\223\346\210\277\344\277\241\346\201\257.py" @@ -85,5 +85,6 @@ def test1(): else: commonFuc().check_text_exist('error', result) - +import time +time.sleep(6) test1() -- GitLab