shawenguan 2 rokov pred
rodič
commit
d8f35f7aea
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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();
 }