File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 88from agentlab .agents .generic_agent .agent_configs import FLAGS_GPT_3_5 , AGENT_4o_MINI
99from agentlab .agents .generic_agent .generic_agent import GenericAgentArgs
1010from agentlab .analyze import inspect_results
11- from agentlab .experiments .launch_exp import find_incomplete , run_experiments , non_dummy_count
11+ from agentlab .experiments .launch_exp import find_incomplete , non_dummy_count , run_experiments
1212from agentlab .experiments .study import Study
1313from agentlab .llm .chat_api import CheatMiniWoBLLMArgs
1414
@@ -91,6 +91,7 @@ def test_launch_system_ray():
9191 _test_launch_system (backend = "ray" )
9292
9393
94+ @pytest .mark .pricy
9495def test_timeout_ray ():
9596 _test_launch_system (backend = "ray" , cause_timeout = True )
9697
You can’t perform that action at this time.
0 commit comments