@seamapi/http 1.95.0 → 1.95.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/connect.cjs CHANGED
@@ -586,7 +586,7 @@ var getOpenapiSchema = async (endpoint = defaultEndpoint) => {
586
586
  };
587
587
 
588
588
  // src/lib/seam/connect/resolve-action-attempt.ts
589
- var resolveActionAttempt = async (actionAttempt, actionAttempts, { timeout = 5e3, pollingInterval = 500 }) => {
589
+ var resolveActionAttempt = async (actionAttempt, actionAttempts, { timeout = 1e4, pollingInterval = 1e3 }) => {
590
590
  let timeoutRef;
591
591
  const timeoutPromise = new Promise(
592
592
  (_resolve, reject) => {