Skip to content

Commit

Permalink
#335 test: fix state_change_time
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolkenfarmer committed Oct 16, 2024
1 parent a031b0c commit fcf6e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/dps_training_k/game/models/patient_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def apply_pretreatments(self):
def schedule_state_change(self, time_offset=0):
from game.models import ScheduledEvent

state_change_time = 30
state_change_time = 600

if self.patient_state.is_dead:
return False
Expand Down

0 comments on commit fcf6e05

Please sign in to comment.