avoid intermittent test time-out failures (#2100)

This commit is contained in:
Alex Lam S.L
2017-06-15 04:47:57 +08:00
committed by GitHub
parent 3f961bbba0
commit 43697958f3
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ function run(command, args, done) {
}
describe("test/benchmark.js", function() {
this.timeout(5 * 60 * 1000);
this.timeout(10 * 60 * 1000);
[
"-b",
"-b bracketize",