Skip to content

Commit

Permalink
migrate CI workaround (#3534)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Oct 27, 2019
1 parent ebbf3d4 commit 06e135e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/benchmark.js
Expand Up @@ -94,6 +94,3 @@ urls.forEach(function(url) {
});
});
});
setInterval(function() {
process.stderr.write("\0");
}, 5 * 60 * 1000).unref();
3 changes: 3 additions & 0 deletions test/release/benchmark.js
@@ -1,3 +1,6 @@
setInterval(function() {
process.stderr.write("\0");
}, 8 * 60 * 1000).unref();
require("./run")([
"-b",
"-b braces",
Expand Down

0 comments on commit 06e135e

Please sign in to comment.