Basic MultiJobs
This commit is contained in:
parent
91027e79af
commit
8ad5b7876c
25 changed files with 539 additions and 142 deletions
|
@ -54,5 +54,7 @@ setTimeout(() => {
|
|||
};
|
||||
axios.post(reportingUrl, { testResult }).catch((e) => {
|
||||
console.log(e.response.status);
|
||||
}).then(()=>{
|
||||
if(status.status === 1) process.exit(1);
|
||||
});
|
||||
}, endLiveCount * 1000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue