test-wuying-agentbay-sdk 0.13.1-beta.20251223094108 → 0.13.1-beta.20251223134905

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/index.cjs CHANGED
@@ -16007,7 +16007,7 @@ var _Session = class _Session {
16007
16007
  };
16008
16008
  }
16009
16009
  logInfo(`\u{1F504} Waiting for session ${this.sessionId} to be deleted...`);
16010
- const pollTimeout = 5e4;
16010
+ const pollTimeout = 3e5;
16011
16011
  const pollInterval = 1e3;
16012
16012
  const pollStartTime = Date.now();
16013
16013
  while (true) {