Skip to content

Commit

Permalink
Update default timeout to 8 minutes.
Browse files Browse the repository at this point in the history
  • Loading branch information
patfair committed Apr 30, 2022
1 parent 594086b commit c957ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/match_play.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
</label>
</div>
<p>Timeout</p>
<input type="text" id="timeoutDuration" size="4" value="6:00" />
<input type="text" id="timeoutDuration" size="4" value="8:00" />
<button type="button" id="startTimeout" class="btn btn-info btn-xs" onclick="startTimeout();">
Start
</button>
Expand Down

0 comments on commit c957ab9

Please sign in to comment.