@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.mjs
CHANGED
|
@@ -7401,7 +7401,7 @@ import {
|
|
|
7401
7401
|
import { createHash } from "crypto";
|
|
7402
7402
|
import path from "path";
|
|
7403
7403
|
import { spawn, execFileSync } from "child_process";
|
|
7404
|
-
var INSTALL_TIMEOUT_MS =
|
|
7404
|
+
var INSTALL_TIMEOUT_MS = 12e4;
|
|
7405
7405
|
var HEARTBEAT_INTERVAL_MS = 5e3;
|
|
7406
7406
|
function reportRegistry(workDir, onProgress) {
|
|
7407
7407
|
try {
|