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

Commit ee48d15

Browse files
authored
Merge pull request #229 from FIRST-Tech-Challenge/bump-initial-minutes
Bump the initial training time to 300 minutes
2 parents eb04c17 + b769421 commit ee48d15

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)