tests: give more time to bootstrap

This commit is contained in:
Csaba Kiraly 2022-02-16 11:28:07 +01:00
parent 0b301fdeae
commit e6cea68326
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ suite "Providers Tests: node alone":
rng = keys.newRng()
nodes = bootstrapNetwork(nodecount=20)
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":