diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2019-10-27 17:29:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-27 17:29:54 +0800 |
commit | 06e135e35f688cc2527a92fd30c9a30f119805bd (patch) | |
tree | 34f93550f9d26423fc77bbb878b21db8683888a0 /test | |
parent | ebbf3d4a515359ef5d0e653c0744a4a040116b56 (diff) | |
download | tracifyjs-06e135e35f688cc2527a92fd30c9a30f119805bd.tar.gz tracifyjs-06e135e35f688cc2527a92fd30c9a30f119805bd.zip |
migrate CI workaround (#3534)
Diffstat (limited to 'test')
-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", |