mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2026-01-09 02:38:19 -05:00
test: increase timeout (#1460)
This commit is contained in:
committed by
GitHub
parent
888cb78331
commit
97e576d146
@@ -116,8 +116,8 @@ suite "libp2p-daemon test suite":
|
||||
check:
|
||||
waitFor(connectStreamTest()) == true
|
||||
asyncTest "GossipSub test":
|
||||
checkUntilTimeout:
|
||||
checkUntilTimeoutCustom(10.seconds, 100.milliseconds):
|
||||
(await pubsubTest({PSGossipSub}))
|
||||
asyncTest "FloodSub test":
|
||||
checkUntilTimeout:
|
||||
checkUntilTimeoutCustom(10.seconds, 100.milliseconds):
|
||||
(await pubsubTest({PSFloodSub}))
|
||||
|
||||
Reference in New Issue
Block a user