make test more stressful

This commit is contained in:
Christien Rioux 2024-06-25 22:39:12 +00:00
parent ecbe2fdc03
commit 6f37e09008

View File

@ -374,7 +374,7 @@ async def test_dht_integration_writer_reader():
rc1 = await api1.new_routing_context() rc1 = await api1.new_routing_context()
async with rc0, rc1: async with rc0, rc1:
COUNT = 10 COUNT = 100
TEST_DATA = b"test data" TEST_DATA = b"test data"
# write dht records on server 0 # write dht records on server 0