diff --git a/metagpt/actions/search_enhanced_qa.py b/metagpt/actions/search_enhanced_qa.py index c89caeac4..ebf945fd6 100644 --- a/metagpt/actions/search_enhanced_qa.py +++ b/metagpt/actions/search_enhanced_qa.py @@ -69,7 +69,7 @@ class SearchEnhancedQA(Action): description="Action to explore the web and provide summaries of articles and webpages.", ) per_page_timeout: float = Field( - default=10, description="The maximum time for fetching a single page is in seconds. Defaults to 10s." + default=20, description="The maximum time for fetching a single page is in seconds. Defaults to 20s." ) java_script_enabled: bool = Field( default=False, description="Whether or not to enable JavaScript in the web browser context. Defaults to False."