From 7995e9b9066a95ea83d291a4214e3da7a6f0660b Mon Sep 17 00:00:00 2001
From: fheinrich <fheinrich@techfak.uni-bielefeld.de>
Date: Sun, 25 Feb 2024 15:19:07 +0100
Subject: [PATCH] Default values in branch

---
 .../game_content/study/level1/level1_config.yaml                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/overcooked_simulator/game_content/study/level1/level1_config.yaml b/overcooked_simulator/game_content/study/level1/level1_config.yaml
index 919d6aa3..07817a82 100644
--- a/overcooked_simulator/game_content/study/level1/level1_config.yaml
+++ b/overcooked_simulator/game_content/study/level1/level1_config.yaml
@@ -5,7 +5,7 @@ plates:
   # range of seconds until the dirty plate arrives.
 
 game:
-  time_limit_seconds: 2
+  time_limit_seconds: 30
 
 meals:
   all: false
-- 
GitLab