diff --git a/game.py b/game.py index 2a9f4ed..3790e1a 100644 --- a/game.py +++ b/game.py @@ -165,7 +165,7 @@ class Game(gameUtils.Game): # Start the timer self.timerStart = time.perf_counter() - self.timerLength = random.randint(5, 10) + self.timerLength = random.randint(7, 15) def onEvent(self, event): """