Skip to content

Commit

Permalink
fix seeder test
Browse files Browse the repository at this point in the history
Signed-off-by: adi_holden <[email protected]>
  • Loading branch information
adiholden committed Jun 4, 2024
1 parent b526665 commit 81ed100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dragonfly/seeder_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async def test_static_seeder(async_client: aioredis.Redis):
@dfly_args({"proactor_threads": 4})
async def test_seeder_key_target(async_client: aioredis.Redis):
"""Ensure seeder reaches its key targets"""
s = Seeder(units=len(Seeder.TYPES) * 2, key_target=5000)
s = Seeder(units=len(Seeder.DEFAULT_TYPES) * 2, key_target=5000)

# Ensure tests are not reasonably slow
async with async_timeout.timeout(1 + 4):
Expand Down

0 comments on commit 81ed100

Please sign in to comment.