diff --git a/test/autogen/test_agent.py b/test/autogen/test_agent.py index cfecf73b6b..81e70805fb 100644 --- a/test/autogen/test_agent.py +++ b/test/autogen/test_agent.py @@ -91,4 +91,4 @@ def test_tsp(human_input_mode="NEVER", max_turn_num=10): # openai.api_key = "" # test_extract_code() test_coding_agent(human_input_mode="TERMINATE") - test_tsp(human_input_mode="NEVER", max_turn_num=3) + test_tsp(human_input_mode="NEVER", max_turn_num=2)