From 37b1fc0bed1144e2b6ee385d0116f7076954bb6b Mon Sep 17 00:00:00 2001 From: Isadora White Date: Sat, 1 Mar 2025 21:37:20 -0800 Subject: [PATCH] increase timeout length for adding bot to world for the first time --- evaluation_script.py | 2 +- example_tasks.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/evaluation_script.py b/evaluation_script.py index 6089b72..b1dea33 100644 --- a/evaluation_script.py +++ b/evaluation_script.py @@ -198,7 +198,7 @@ def launch_server_experiment(task_path, subprocess.run(["tmux", "send-keys", "-t", session_name, cmd, "C-m"]) - time.sleep(15) + time.sleep(20) # add the bots as op for agent in agent_names: diff --git a/example_tasks.json b/example_tasks.json index 2c15918..e2751dd 100644 --- a/example_tasks.json +++ b/example_tasks.json @@ -29,7 +29,7 @@ } }, "type": "debug", - "timeout": 5 + "timeout": 15 }, "debug_different_goal": { "goal": {