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

Commit

Permalink
Merge pull request #229 from FIRST-Tech-Challenge/bump-initial-minutes
Browse files Browse the repository at this point in the history
Bump the initial training time to 300 minutes
  • Loading branch information
cmacfarl authored Nov 30, 2021
2 parents eb04c17 + b769421 commit ee48d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/team_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit ee48d15

Please sign in to comment.