Update Max steps per run to 10 (#1686)
This commit is contained in:
@@ -8,8 +8,8 @@ logo:
|
|||||||
height: 28
|
height: 28
|
||||||
colors:
|
colors:
|
||||||
accentPrimary:
|
accentPrimary:
|
||||||
dark: '#0D9373'
|
dark: '#14D4A7'
|
||||||
light: '#07C983'
|
light: '#038B5A'
|
||||||
background:
|
background:
|
||||||
dark: '#000000'
|
dark: '#000000'
|
||||||
light: '#FFFFFF'
|
light: '#FFFFFF'
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ class Settings(BaseSettings):
|
|||||||
BROWSER_SCREENSHOT_TIMEOUT_MS: int = 20000
|
BROWSER_SCREENSHOT_TIMEOUT_MS: int = 20000
|
||||||
BROWSER_LOADING_TIMEOUT_MS: int = 120000
|
BROWSER_LOADING_TIMEOUT_MS: int = 120000
|
||||||
OPTION_LOADING_TIMEOUT_MS: int = 600000
|
OPTION_LOADING_TIMEOUT_MS: int = 600000
|
||||||
MAX_STEPS_PER_RUN: int = 75
|
MAX_STEPS_PER_RUN: int = 10
|
||||||
MAX_NUM_SCREENSHOTS: int = 10
|
MAX_NUM_SCREENSHOTS: int = 10
|
||||||
# Ratio should be between 0 and 1.
|
# 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.
|
# If the task has been running for more steps than this ratio of the max steps per run, then we'll log a warning.
|
||||||
|
|||||||
Reference in New Issue
Block a user