Skip to content

Commit

Permalink
Make simple_cross_evaluation integration test less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
hsahovic committed Jun 17, 2023
1 parent c291868 commit f975aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/test_simple_cross_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async def simple_cross_evaluation(n_battles, format_):
battle_format=format_,
server_configuration=LocalhostServerConfiguration,
max_concurrent_battles=n_battles,
log_level=20,
log_level=25,
)
for _ in range(3)
]
Expand Down

0 comments on commit f975aa1

Please sign in to comment.