@granular-software/sdk 0.4.55 → 0.4.56

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.
@@ -4049,6 +4049,7 @@ function rpcTimeoutMsForMethod(method) {
4049
4049
  case "effects.addCatalog":
4050
4050
  case "effects.removeCatalog":
4051
4051
  case "effects.refresh":
4052
+ case "harness.prepare":
4052
4053
  return EFFECT_CONTROL_RPC_TIMEOUT_MS;
4053
4054
  case "harness.run":
4054
4055
  return HARNESS_RUN_RPC_TIMEOUT_MS;