instance timeout time

This commit is contained in:
ntr 2019-05-01 15:08:38 +10:00
parent 001e5e813b
commit c39b7d31f7

View File

@ -271,7 +271,7 @@ impl Instance {
fn next_round(&mut self) -> &mut Instance {
self.phase = InstancePhase::InProgress;
self.phase_end = Utc::now()
.checked_add_signed(Duration::seconds(60))
.checked_add_signed(Duration::seconds(120))
.expect("could not set phase end");