From 06e135e35f688cc2527a92fd30c9a30f119805bd Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Sun, 27 Oct 2019 17:29:54 +0800 Subject: [PATCH] migrate CI workaround (#3534) --- test/benchmark.js | 3 --- test/release/benchmark.js | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/benchmark.js b/test/benchmark.js index 38aed13dc6..63009dd812 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 c4b10fbcc0..a48bc42ab5 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",