File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
veadk/tools/builtin_tools Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ def execute_skills(
3030 workflow_prompt : str ,
3131 skills : Optional [List [str ]] = None ,
3232 tool_context : ToolContext = None ,
33- timeout : int = 30 ,
33+ timeout : int = 300 ,
3434) -> str :
3535 """execute skills in a code sandbox and return the output.
3636 For C++ code, don't execute it directly, compile and execute via Python; write sources and object files to /tmp.
3737
3838 Args:
3939 workflow_prompt (str): instruction of workflow
4040 skills (Optional[List[str]]): The skills will be invoked
41- timeout (int, optional): The timeout in seconds for the code execution. Defaults to 30 .
41+ timeout (int, optional): The timeout in seconds for the code execution. Defaults to 300 .
4242
4343 Returns:
4444 str: The output of the code execution.
You can’t perform that action at this time.
0 commit comments