| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | --- 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 | |||||