Skip to content

Commit

Permalink
longer timeout for test purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
celineboudier committed Oct 31, 2018
1 parent 2dd93b0 commit a7fdd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aimmo-game/simulation/worker_managers/worker_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def timed_process_for_worker_turn_requests(duration):
[thread.start() for thread in threads]
time.sleep(duration)

timed_process_for_worker_turn_requests(2)
timed_process_for_worker_turn_requests(30)

def get_player_id_to_serialised_actions(self):
return {player_id: self.player_id_to_worker[player_id].serialised_action for player_id in self.player_id_to_worker}
Expand Down

0 comments on commit a7fdd2e

Please sign in to comment.