mirror of https://github.com/vacp2p/nim-libp2p.git
wip: increase timeout
This commit is contained in:
parent
52c270dcf9
commit
5a00510b1f
|
@ -512,7 +512,7 @@ suite "GossipSub":
|
|||
nodes[1].peerInfo.id)),
|
||||
1.minutes)
|
||||
|
||||
await wait(seenFut, 1.minutes)
|
||||
await wait(seenFut, 2.minutes)
|
||||
check: seen.len >= 10
|
||||
for k, v in seen.pairs:
|
||||
check: v == 1
|
||||
|
|
Loading…
Reference in New Issue