From 5d0f452b53d29794c61cdea57c6c20bcd5dc18dd Mon Sep 17 00:00:00 2001 From: lixiaofeng_154b Date: Fri, 24 Mar 2023 21:59:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E5=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lixiaofeng_154b Change-Id: Ia1a4b005b648b8253224d5e8bb17853904f3a9fa --- .../src/main/js/test/UsbPortJsunitEx.test.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usb/usb_standard/src/main/js/test/UsbPortJsunitEx.test.js b/usb/usb_standard/src/main/js/test/UsbPortJsunitEx.test.js index f28e2ec57..c0c827795 100644 --- a/usb/usb_standard/src/main/js/test/UsbPortJsunitEx.test.js +++ b/usb/usb_standard/src/main/js/test/UsbPortJsunitEx.test.js @@ -116,7 +116,7 @@ describe('UsbPortJsFunctionsTestEx', function () { console.info('usb 0030 case setPortRoles error : ' + error); expect(error).assertFalse(); }) - CheckEmptyUtils.sleep(8000) + CheckEmptyUtils.sleep(4000) console.info('usb SUB_USB_JS_0030: PASS'); }) @@ -136,7 +136,7 @@ describe('UsbPortJsFunctionsTestEx', function () { console.info('usb 0040 case setPortRoles error : ' + error); expect(error).assertFalse(); }) - CheckEmptyUtils.sleep(8000) + CheckEmptyUtils.sleep(4000) console.info('usb SUB_USB_JS_0040: PASS'); }) @@ -156,7 +156,7 @@ describe('UsbPortJsFunctionsTestEx', function () { console.info('usb 0050 case setPortRoles error : ' + error); expect(error).assertFalse(); }) - CheckEmptyUtils.sleep(8000) + CheckEmptyUtils.sleep(4000) console.info('usb SUB_USB_JS_0050: PASS'); }) @@ -176,7 +176,7 @@ describe('UsbPortJsFunctionsTestEx', function () { console.info('usb 0060 case setPortRoles error : ' + error); expect(error).assertFalse(); }) - CheckEmptyUtils.sleep(8000) + CheckEmptyUtils.sleep(4000) console.info('usb SUB_USB_JS_0060: PASS'); }) @@ -196,7 +196,7 @@ describe('UsbPortJsFunctionsTestEx', function () { console.info('usb 0070 case setPortRoles error : ' + error); expect(error).assertFalse(); }) - CheckEmptyUtils.sleep(8000) + CheckEmptyUtils.sleep(4000) console.info('usb SUB_USB_JS_0070: PASS'); }) @@ -216,7 +216,7 @@ describe('UsbPortJsFunctionsTestEx', function () { console.info('usb 0080 case setPortRoles error : ' + error); expect(error).assertFalse(); }) - CheckEmptyUtils.sleep(8000) + CheckEmptyUtils.sleep(4000) console.info('usb SUB_USB_JS_0080: PASS'); }) -- GitLab