diff options
-rw-r--r-- | test/benchmark.js | 3 | ||||
-rw-r--r-- | test/release/benchmark.js | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/benchmark.js b/test/benchmark.js index 38aed13d..63009dd8 100644 --- a/test/benchmark.js +++ b/test/benchmark.js @@ -94,6 +94,3 @@ urls.forEach(function(url) { }); }); }); -setInterval(function() { - process.stderr.write("\0"); -}, 5 * 60 * 1000).unref(); diff --git a/test/release/benchmark.js b/test/release/benchmark.js index c4b10fbc..a48bc42a 100644 --- a/test/release/benchmark.js +++ b/test/release/benchmark.js @@ -1,3 +1,6 @@ +setInterval(function() { + process.stderr.write("\0"); +}, 8 * 60 * 1000).unref(); require("./run")([ "-b", "-b braces", |