From 6f37e09008f13308d687c3e5d4a51a3d275cbc1c Mon Sep 17 00:00:00 2001 From: Christien Rioux Date: Tue, 25 Jun 2024 22:39:12 +0000 Subject: [PATCH] make test more stressful --- veilid-python/tests/test_dht.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veilid-python/tests/test_dht.py b/veilid-python/tests/test_dht.py index e7aa01b2..9cad70ca 100644 --- a/veilid-python/tests/test_dht.py +++ b/veilid-python/tests/test_dht.py @@ -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