@wix/evalforge-evaluator 0.200.0 → 0.202.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/index.mjs +1 -1
- package/build/index.mjs.map +1 -1
- package/package.json +5 -5
package/build/index.js
CHANGED
|
@@ -7372,7 +7372,7 @@ var import_fs = require("fs");
|
|
|
7372
7372
|
var import_crypto = require("crypto");
|
|
7373
7373
|
var import_path2 = __toESM(require("path"));
|
|
7374
7374
|
var import_child_process = require("child_process");
|
|
7375
|
-
var INSTALL_TIMEOUT_MS =
|
|
7375
|
+
var INSTALL_TIMEOUT_MS = 12e4;
|
|
7376
7376
|
var HEARTBEAT_INTERVAL_MS = 5e3;
|
|
7377
7377
|
function reportRegistry(workDir, onProgress) {
|
|
7378
7378
|
try {
|