migrate CI workaround

This commit is contained in:
alexlamsl 2019-10-27 14:23:00 +08:00
parent ebbf3d4a51
commit 8b781efaba
2 changed files with 3 additions and 3 deletions

View File

@ -94,6 +94,3 @@ urls.forEach(function(url) {
}); });
}); });
}); });
setInterval(function() {
process.stderr.write("\0");
}, 5 * 60 * 1000).unref();

View File

@ -1,3 +1,6 @@
setInterval(function() {
process.stderr.write("\0");
}, 8 * 60 * 1000).unref();
require("./run")([ require("./run")([
"-b", "-b",
"-b braces", "-b braces",