increase timeouts to acomodate for CI runs

This commit is contained in:
Dmitriy Ryajov 2020-02-12 14:30:21 -05:00
parent 26a4510377
commit 681d324a10
1 changed files with 1 additions and 1 deletions

View File

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