@coresource/hz 0.20.8 → 0.21.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/dist/hz.mjs +1 -1
- package/package.json +1 -1
package/dist/hz.mjs
CHANGED
|
@@ -9430,7 +9430,7 @@ async function pushPlanningPlan(options) {
|
|
|
9430
9430
|
// src/planning.ts
|
|
9431
9431
|
var DEFAULT_ANALYSIS_TIMEOUT_MS = 5 * 60 * 1e3;
|
|
9432
9432
|
var DEFAULT_POLL_INTERVAL_MS = 5e3;
|
|
9433
|
-
var DEFAULT_PLANNER_MUTATION_TIMEOUT_MS =
|
|
9433
|
+
var DEFAULT_PLANNER_MUTATION_TIMEOUT_MS = 6e5;
|
|
9434
9434
|
var FREE_TEXT_OPTION_ID = "free_text";
|
|
9435
9435
|
function resolveRuntimeMode2(options) {
|
|
9436
9436
|
return options.runtimeMode ?? "local";
|