We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1f81e commit f6e5e8dCopy full SHA for f6e5e8d
integration_tests/test_concurrency_control.py
@@ -50,7 +50,7 @@ async def test_max_concurrent_battle_works():
50
for max_battles in [1, 3, 5]:
51
result = await asyncio.wait_for(
52
simple_cross_evaluation(7 * max_battles, max_battles),
53
- timeout=5 * max_battles,
+ timeout=5 * max_battles + 5,
54
)
55
56
times_per_battle = {}
0 commit comments