mirror of
https://github.com/vacp2p/nim-libp2p-experimental.git
synced 2025-01-11 10:54:35 +00:00
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…
x
Reference in New Issue
Block a user