shawenguan 2 năm trước cách đây
mục cha
commit
d8f35f7aea
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Scripts/jhsh/jhshHelper.js

+ 1 - 0
Scripts/jhsh/jhshHelper.js

@@ -68,6 +68,7 @@ if (!lk.isExecComm) {
 function doTest(){
     let startTime = new Date().getTime();
     lk.log('start='+startTime);
+    await waitTest();
     lk.log('pass='+(new Date().getTime() - startTime));
     lk.done();
 }