increase node count to 1000

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2023-05-10 00:46:08 +02:00
parent a86a5d6cac
commit 3b71e50443
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E

View File

@ -179,7 +179,7 @@ suite "Providers Tests: two nodes":
debug "Providers:", providers
check (providers.len == 1 and providers[0].data.peerId == peerRec0.peerId)
suite "Providers Tests: 20 nodes":
suite "Providers Tests: many nodes":
var
rng: ref HmacDrbgContext
@ -192,7 +192,7 @@ suite "Providers Tests: 20 nodes":
setupAll:
rng = newRng()
nodes = await bootstrapNetwork(nodecount=20)
nodes = await bootstrapNetwork(nodecount=1000)
targetId = NodeId.example(rng)
(node0, privKey0) = nodes[0]
signedPeerRec0 = privKey0.toSignedPeerRecord