mirror of
https://github.com/vacp2p/nim-libp2p-experimental.git
synced 2025-01-12 19:34:23 +00:00
increase timeouts to acomodate for CI runs
This commit is contained in:
parent
26a4510377
commit
681d324a10
@ -190,7 +190,7 @@ suite "FloodSub":
|
|||||||
await node.publish("foobar", cast[seq[byte]]("Hello!"))
|
await node.publish("foobar", cast[seq[byte]]("Hello!"))
|
||||||
await sleepAsync(100.millis)
|
await sleepAsync(100.millis)
|
||||||
|
|
||||||
await sleepAsync(3000.millis)
|
await sleepAsync(5000.millis)
|
||||||
|
|
||||||
await allFutures(nodes.mapIt(it.stop()))
|
await allFutures(nodes.mapIt(it.stop()))
|
||||||
await allFutures(awaitters)
|
await allFutures(awaitters)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user