migrate CI workaround (#3534)
This commit is contained in:
parent
ebbf3d4a51
commit
06e135e35f
|
|
@ -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")([
|
||||
"-b",
|
||||
"-b braces",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user