Skip to content

Commit

Permalink
Update Max steps per run to 10 (#1686)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchintan authored Feb 1, 2025
1 parent fc7cc20 commit 41e8d8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ logo:
height: 28
colors:
accentPrimary:
dark: '#0D9373'
light: '#07C983'
dark: '#14D4A7'
light: '#038B5A'
background:
dark: '#000000'
light: '#FFFFFF'
Expand Down
2 changes: 1 addition & 1 deletion skyvern/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Settings(BaseSettings):
BROWSER_SCREENSHOT_TIMEOUT_MS: int = 20000
BROWSER_LOADING_TIMEOUT_MS: int = 120000
OPTION_LOADING_TIMEOUT_MS: int = 600000
MAX_STEPS_PER_RUN: int = 75
MAX_STEPS_PER_RUN: int = 10
MAX_NUM_SCREENSHOTS: int = 10
# Ratio should be between 0 and 1.
# If the task has been running for more steps than this ratio of the max steps per run, then we'll log a warning.
Expand Down

0 comments on commit 41e8d8b

Please sign in to comment.