@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/index.cjs CHANGED
@@ -843,7 +843,7 @@ var getOpenapiSchema = async (endpoint = defaultEndpoint) => {
843
843
  };
844
844
 
845
845
  // src/lib/seam/connect/resolve-action-attempt.ts
846
- var resolveActionAttempt = async (actionAttempt, actionAttempts, { timeout = 5e3, pollingInterval = 500 }) => {
846
+ var resolveActionAttempt = async (actionAttempt, actionAttempts, { timeout = 1e4, pollingInterval = 1e3 }) => {
847
847
  let timeoutRef;
848
848
  const timeoutPromise = new Promise(
849
849
  (_resolve, reject) => {