Update time to 300s

This commit is contained in:
Dmitry Bikulov
2025-09-13 17:55:36 +03:00
parent ef0f55afaf
commit 95fe79ef08
4 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ class AnswerResponse(BaseModel):
# -----------------
TOTAL_QUESTIONS = 20
DURATION_SECONDS = 60
DURATION_SECONDS = 300
class Session: