tests: give more time to bootstrap
This commit is contained in:
parent
0b301fdeae
commit
e6cea68326
|
@ -149,7 +149,7 @@ suite "Providers Tests: node alone":
|
||||||
rng = keys.newRng()
|
rng = keys.newRng()
|
||||||
nodes = bootstrapNetwork(nodecount=20)
|
nodes = bootstrapNetwork(nodecount=20)
|
||||||
targetId = toNodeId(keys.PrivateKey.random(rng[]).toPublicKey)
|
targetId = toNodeId(keys.PrivateKey.random(rng[]).toPublicKey)
|
||||||
await sleepAsync(chronos.seconds(5))
|
await sleepAsync(chronos.seconds(15))
|
||||||
|
|
||||||
asyncTest "20 nodes, store and retieve from same":
|
asyncTest "20 nodes, store and retieve from same":
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue