speeded up test execution time (x4)
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -1367,7 +1367,7 @@ Tester.prototype.runSuites = function runSuites() { | ... | @@ -1367,7 +1367,7 @@ Tester.prototype.runSuites = function runSuites() { |
1367 | self.runTest(testFiles[self.currentSuiteNum]); | 1367 | self.runTest(testFiles[self.currentSuiteNum]); |
1368 | self.currentSuiteNum++; | 1368 | self.currentSuiteNum++; |
1369 | } | 1369 | } |
1370 | }, 100, this); | 1370 | }, 10, this); |
1371 | }; | 1371 | }; |
1372 | 1372 | ||
1373 | /** | 1373 | /** | ... | ... |
-
Please register or sign in to post a comment