Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit b769421

Browse files
committed
Bump the initial training time to 300 minutes
1 parent eb04c17 commit b769421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/team_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
BUCKET_BLOBS = ('%s-blobs' % constants.PROJECT_ID)
2727

28-
TOTAL_TRAINING_MINUTES_PER_TEAM = 240
28+
TOTAL_TRAINING_MINUTES_PER_TEAM = 300
2929

3030
def login(request_form, session):
3131
program = request_form.get('program')

0 commit comments

Comments
 (0)