mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
More tweaks to tests... just about ready to run at scale.
This commit is contained in:
parent
9653531242
commit
4c24e0cfb0
3 changed files with 7 additions and 5 deletions
|
@ -217,6 +217,7 @@ var expressServer = app.listen(AGENT_PORT,agentIdToIp(thisAgentId),function () {
|
|||
console.error('FATAL: unable to contact or query server: '+err.toString());
|
||||
process.exit(1);
|
||||
}
|
||||
doTestsAndReport();
|
||||
setInterval(doTestsAndReport,TEST_INTERVAL);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue