@obolnetwork/obol-sdk 2.12.4 → 2.12.6

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.
@@ -3855,8 +3855,8 @@ var MIN_PAIRS_PER_WORKER = 50;
3855
3855
  var MIN_PARALLEL_AGGREGATE_KEYS = 400;
3856
3856
  var MIN_KEYS_PER_WORKER_AGG = 100;
3857
3857
  var MIN_VALIDATORS_FOR_VALIDATION_WORKER = 50;
3858
- var VALIDATION_WORKER_TIMEOUT_MS = 12e4;
3859
- var WORKER_TIMEOUT_MS = 6e4;
3858
+ var VALIDATION_WORKER_TIMEOUT_MS = 3e5;
3859
+ var WORKER_TIMEOUT_MS = 18e4;
3860
3860
  function isValidationTimeoutReply(msg) {
3861
3861
  return typeof msg === "object" && msg !== null && "validationTimeoutMs" in msg && typeof msg.validationTimeoutMs === "number";
3862
3862
  }