test-wuying-agentbay-sdk 0.13.1-beta.20251222203331 → 0.13.1-beta.20251223134501

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.mjs CHANGED
@@ -16021,7 +16021,7 @@ var _Session = class _Session {
16021
16021
  };
16022
16022
  }
16023
16023
  logInfo(`\u{1F504} Waiting for session ${this.sessionId} to be deleted...`);
16024
- const pollTimeout = 5e4;
16024
+ const pollTimeout = 3e5;
16025
16025
  const pollInterval = 1e3;
16026
16026
  const pollStartTime = Date.now();
16027
16027
  while (true) {