Added 'Render Image' operation

This commit is contained in:
n1474335 2017-05-19 11:15:48 +00:00
parent 87c2ec678f
commit 491a82cd67
7 changed files with 108 additions and 5 deletions

View file

@ -75,7 +75,7 @@ function handleTestResult(testResult) {
setTimeout(function() {
console.log("Tests took longer than 10 seconds to run, returning.");
process.exit(1);
}, 1 * 1000);
}, 10 * 1000);
TestRegister.runTests()