Skip to content

Commit

Permalink
set to 60 second default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiv authored Oct 28, 2024
1 parent 40bac39 commit 502f214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export class Stagehand {
llmProvider,
headless = false,
logger,
domSettleTimeoutMs = 30000,
domSettleTimeoutMs = 60000,
}: {
env: "LOCAL" | "BROWSERBASE";
verbose?: 0 | 1 | 2;
Expand Down

0 comments on commit 502f214

Please sign in to comment.