Skip to content

Commit f6e5e8d

Browse files
committed
Add fixed base time to concurrency control tests
1 parent 4c1f81e commit f6e5e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/test_concurrency_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async def test_max_concurrent_battle_works():
5050
for max_battles in [1, 3, 5]:
5151
result = await asyncio.wait_for(
5252
simple_cross_evaluation(7 * max_battles, max_battles),
53-
timeout=5 * max_battles,
53+
timeout=5 * max_battles + 5,
5454
)
5555

5656
times_per_battle = {}

0 commit comments

Comments
 (0)