diff --git a/src/lib/seam/connect/resolve-action-attempt.ts b/src/lib/seam/connect/resolve-action-attempt.ts index 791a65c4..1801f6b5 100644 --- a/src/lib/seam/connect/resolve-action-attempt.ts +++ b/src/lib/seam/connect/resolve-action-attempt.ts @@ -10,7 +10,7 @@ export interface ResolveActionAttemptOptions { export const resolveActionAttempt = async ( actionAttempt: T, actionAttempts: SeamHttpActionAttempts, - { timeout = 5000, pollingInterval = 500 }: ResolveActionAttemptOptions, + { timeout = 10_000, pollingInterval = 1_000 }: ResolveActionAttemptOptions, ): Promise> => { let timeoutRef const timeoutPromise = new Promise>(