wip: increase timeout

This commit is contained in:
Dmitriy Ryajov 2020-02-25 17:05:12 -06:00
parent 52c270dcf9
commit 5a00510b1f
1 changed files with 1 additions and 1 deletions

View File

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