Skip to content

Commit

Permalink
make browser close timeout 3mins (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
wintonzheng authored Aug 22, 2024
1 parent 1967e44 commit e5b0d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyvern/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

INPUT_TEXT_TIMEOUT = 120000 # 2 minutes
PAGE_CONTENT_TIMEOUT = 300 # 5 mins
BROWSER_CLOSE_TIMEOUT = 60 # 1 minute
BROWSER_CLOSE_TIMEOUT = 180 # 3 minute

# reserved fields for navigation payload
SPECIAL_FIELD_VERIFICATION_CODE = "verification_code"
Expand Down

0 comments on commit e5b0d73

Please sign in to comment.