blob: c53c62f4d7abceb20f9ce7c311774c6cc0170af1 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/node_build/builder.js
2+++ b/node_build/builder.js
3@@ -277,8 +277,8 @@ const execJs = function (js, ctx, file,
4 js = '"use strict";' + qs.join("'");
5
6 const to = setTimeout(function () {
7- throw new Error("Inline JS did not return after 120 seconds [" + js + "]");
8- }, 120000);
9+ throw new Error("Inline JS did not return after 5 minutes [" + js + "]");
10+ }, 300000);
11
12 nThen(function (waitFor) {
13