@forgeax/engine-pack 0.1.7 → 0.1.19

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/scanner.mjs CHANGED
@@ -8319,7 +8319,7 @@ function buildTimeoutFailure(sourcePath, timeoutMs) {
8319
8319
  };
8320
8320
  }
8321
8321
  async function loadScriptablePack(sourcePath, options = {}) {
8322
- const timeoutMs = options.timeoutMs ?? 5e3;
8322
+ const timeoutMs = options.timeoutMs ?? 15e3;
8323
8323
  const buildTimeoutMs = options.buildTimeoutMs ?? 5e3;
8324
8324
  const executor = options.executor ?? new WorkerScriptablePackExecutor();
8325
8325
  let disposeReason;