add 10ms of delay between node initializations

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2023-05-10 10:20:07 +02:00
parent 4b49586f1e
commit ab7edc0247
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
1 changed files with 1 additions and 1 deletions

View File

@ -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