mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-06-30 21:55:25 +02:00
increase timeout length for adding bot to world for the first time
This commit is contained in:
parent
af79c78fbb
commit
37b1fc0bed
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
},
|
||||
"type": "debug",
|
||||
"timeout": 5
|
||||
"timeout": 15
|
||||
},
|
||||
"debug_different_goal": {
|
||||
"goal": {
|
||||
|
|
Loading…
Add table
Reference in a new issue