shawenguan 2 anos atrás
pai
commit
5fe6485d9f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Scripts/jhsh/jhshHelper.js

+ 1 - 1
Scripts/jhsh/jhshHelper.js

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