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 sleepAsync(100.millis)
|
||||
|
||||
await sleepAsync(3000.millis)
|
||||
await sleepAsync(5000.millis)
|
||||
|
||||
await allFutures(nodes.mapIt(it.stop()))
|
||||
await allFutures(awaitters)
|
||||
|
|
Loading…
Reference in New Issue