migrate CI workaround (#3534)
authorAlex Lam S.L <alexlamsl@gmail.com>
Sun, 27 Oct 2019 09:29:54 +0000 (17:29 +0800)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2019 09:29:54 +0000 (17:29 +0800)
test/benchmark.js
test/release/benchmark.js

index 38aed13..63009dd 100644 (file)
@@ -94,6 +94,3 @@ urls.forEach(function(url) {
         });
     });
 });
-setInterval(function() {
-    process.stderr.write("\0");
-}, 5 * 60 * 1000).unref();
index c4b10fb..a48bc42 100644 (file)
@@ -1,3 +1,6 @@
+setInterval(function() {
+    process.stderr.write("\0");
+}, 8 * 60 * 1000).unref();
 require("./run")([
     "-b",
     "-b braces",