More tweaks to tests... just about ready to run at scale.

This commit is contained in:
Adam Ierymenko 2015-10-28 14:24:54 -07:00
commit 4c24e0cfb0
3 changed files with 7 additions and 5 deletions

View file

@ -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);
});
});