minor tweaks to CI test scripts (#3467)

This commit is contained in:
Alex Lam S.L
2019-10-12 05:36:38 +08:00
committed by GitHub
parent eba3a37bb5
commit 516b67a43b
2 changed files with 5 additions and 2 deletions

View File

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