diff --git a/.erp b/.erp
index 61d0a3b..5178c1b 100644
--- a/.erp
+++ b/.erp
@@ -5,7 +5,7 @@
false
false
true
- 1677887559
+ 1677887734
4881733312513047015
false
\ No newline at end of file
diff --git a/Assets/Scripts/GameStateManager.cs b/Assets/Scripts/GameStateManager.cs
index 0c5372e..5235561 100644
--- a/Assets/Scripts/GameStateManager.cs
+++ b/Assets/Scripts/GameStateManager.cs
@@ -26,7 +26,7 @@ public class GameStateManager : MonoBehaviour
// --- Timers ---
private float countdownToStartTimer = 3f;
private float gamePlayTimer;
- private float gamePlayTimerMax = 30f;
+ private float gamePlayTimerMax = 60f;
private void Awake()
{