Specifies the length of each round
[Source]
# File app/models/game.rb, line 4 4: def self.round_length 5: 60*10 6: end
[Validate]