diff --git a/anatomy/models.py b/anatomy/models.py index 5c19713f..0fd699b1 100644 --- a/anatomy/models.py +++ b/anatomy/models.py @@ -269,7 +269,7 @@ class Exam(models.Model): ) time_limit = models.IntegerField( - help_text="Exam time limit (in seconds)", default=False + help_text="Exam time limit (in seconds)", default=5400 ) def __str__(self):