mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-02-12 03:47:07 +00:00
add 10ms of delay between node initializations
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
4b49586f1e
commit
ab7edc0247
@ -192,7 +192,7 @@ suite "Providers Tests: many nodes":
|
||||
|
||||
setupAll:
|
||||
rng = newRng()
|
||||
nodes = await bootstrapNetwork(nodecount=1000)
|
||||
nodes = await bootstrapNetwork(nodecount=1000, delay=10)
|
||||
targetId = NodeId.example(rng)
|
||||
(node0, privKey0) = nodes[0]
|
||||
signedPeerRec0 = privKey0.toSignedPeerRecord
|
||||
|
Loading…
x
Reference in New Issue
Block a user