From b76942182cf352141d0663d5866f740df4ea2f93 Mon Sep 17 00:00:00 2001 From: Craig MacFarlane Date: Tue, 30 Nov 2021 13:17:31 -0800 Subject: [PATCH] Bump the initial training time to 300 minutes --- server/team_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/team_info.py b/server/team_info.py index 0819f70..d5231eb 100644 --- a/server/team_info.py +++ b/server/team_info.py @@ -25,7 +25,7 @@ BUCKET_BLOBS = ('%s-blobs' % constants.PROJECT_ID) -TOTAL_TRAINING_MINUTES_PER_TEAM = 240 +TOTAL_TRAINING_MINUTES_PER_TEAM = 300 def login(request_form, session): program = request_form.get('program')