increase timeout length for adding bot to world for the first time

This commit is contained in:
Isadora White 2025-03-01 21:37:20 -08:00
parent af79c78fbb
commit 37b1fc0bed
2 changed files with 2 additions and 2 deletions

View file

@ -198,7 +198,7 @@ def launch_server_experiment(task_path,
subprocess.run(["tmux", "send-keys", "-t", session_name, cmd, "C-m"]) subprocess.run(["tmux", "send-keys", "-t", session_name, cmd, "C-m"])
time.sleep(15) time.sleep(20)
# add the bots as op # add the bots as op
for agent in agent_names: for agent in agent_names:

View file

@ -29,7 +29,7 @@
} }
}, },
"type": "debug", "type": "debug",
"timeout": 5 "timeout": 15
}, },
"debug_different_goal": { "debug_different_goal": {
"goal": { "goal": {