Commit 7a235726 7a235726dcd9449974a619096a450da2e0991644 by Nicolas Perriault

speeded up test execution time (x4)

1 parent 8aacb4ec
......@@ -1367,7 +1367,7 @@ Tester.prototype.runSuites = function runSuites() {
self.runTest(testFiles[self.currentSuiteNum]);
self.currentSuiteNum++;
}
}, 100, this);
}, 10, this);
};
/**
......