raise turn limit to 500
This commit is contained in:
parent
49a5735e07
commit
0ce40a9f31
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ pub struct MatchOutcome {
|
|||
pub async fn run_match(config: MatchConfig) -> MatchOutcome {
|
||||
let pw_config = PwConfig {
|
||||
map_file: config.map_path,
|
||||
max_turns: 100,
|
||||
max_turns: 500,
|
||||
};
|
||||
|
||||
let event_bus = Arc::new(Mutex::new(EventBus::new()));
|
||||
|
|
Loading…
Reference in a new issue