mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-06-11 00:23:03 -04:00
make test more stressful
This commit is contained in:
parent
ecbe2fdc03
commit
6f37e09008
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ async def test_dht_integration_writer_reader():
|
|||
rc1 = await api1.new_routing_context()
|
||||
async with rc0, rc1:
|
||||
|
||||
COUNT = 10
|
||||
COUNT = 100
|
||||
TEST_DATA = b"test data"
|
||||
|
||||
# write dht records on server 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue