mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-12-25 15:29:32 -05:00
make test more stressful
This commit is contained in:
parent
ecbe2fdc03
commit
6f37e09008
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user