Commit 8d30f11c by 王栋源

wdy

parent 9aad1997
...@@ -538,10 +538,10 @@ class ToolCtl { ...@@ -538,10 +538,10 @@ class ToolCtl {
linkUrl: info.filepath linkUrl: info.filepath
} }
let wait = ms => new Promise(resolve => setTimeout(resolve, ms)); let wait = ms => new Promise(resolve => setTimeout(resolve, ms));
await wait(3000); await wait(30000);
var rtn = await this.execClient.execPost(pobj, obj.notifyUrl); var rtn = await this.execClient.execPost(pobj, obj.notifyUrl);
console.log(rtn) console.log(rtn)
await wait(3000); await wait(30000);
var rtn = await this.execClient.execPost(pobj, obj.notifyUrl); var rtn = await this.execClient.execPost(pobj, obj.notifyUrl);
console.log("report------------------------------------------------------------------"); console.log("report------------------------------------------------------------------");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment