Skip to content
Snippets Groups Projects
Commit 68408ea5 authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Revert change

parent fa701e40
No related branches found
No related tags found
1 merge request!55Resolve "Second window"
Pipeline #46101 passed
......@@ -205,8 +205,7 @@ async def agent():
if not task_type:
task_type = random.choice(["GOTO", "PUT", "INTERACT"])
wait_for_end = 5.0
threshold = datetime.now() + timedelta(seconds=wait_for_end)
threshold = datetime.now() + timedelta(seconds=15.0)
if task_type == "GOTO":
counter_type = random.choice(list(counters.keys()))
task_args = random.choice(counters[counter_type])["pos"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment