@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.
@@ -4023,6 +4023,7 @@ function rpcTimeoutMsForMethod(method) {
4023
4023
  case "effects.addCatalog":
4024
4024
  case "effects.removeCatalog":
4025
4025
  case "effects.refresh":
4026
+ case "harness.prepare":
4026
4027
  return EFFECT_CONTROL_RPC_TIMEOUT_MS;
4027
4028
  case "harness.run":
4028
4029
  return HARNESS_RUN_RPC_TIMEOUT_MS;