migrate CI workaround (#3534)
This commit is contained in:
@@ -94,6 +94,3 @@ urls.forEach(function(url) {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
setInterval(function() {
|
|
||||||
process.stderr.write("\0");
|
|
||||||
}, 5 * 60 * 1000).unref();
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
setInterval(function() {
|
||||||
|
process.stderr.write("\0");
|
||||||
|
}, 8 * 60 * 1000).unref();
|
||||||
require("./run")([
|
require("./run")([
|
||||||
"-b",
|
"-b",
|
||||||
"-b braces",
|
"-b braces",
|
||||||
|
|||||||
Reference in New Issue
Block a user