More tweaks to tests... just about ready to run at scale.
This commit is contained in:
@@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user