@saptools/cf-inspector 0.8.0 → 0.8.1

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/cli.js CHANGED
@@ -639,7 +639,7 @@ import { performance as performance2 } from "perf_hooks";
639
639
  // src/cdp/client.ts
640
640
  init_types();
641
641
  import { EventEmitter } from "events";
642
- var DEFAULT_REQUEST_TIMEOUT_MS = 15e3;
642
+ var DEFAULT_REQUEST_TIMEOUT_MS = 6e4;
643
643
  function parseMessage(raw) {
644
644
  try {
645
645
  const value = JSON.parse(raw);