From 5a00510b1f499b63eb2197dff566713350b1b37a Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Tue, 25 Feb 2020 17:05:12 -0600 Subject: [PATCH] wip: increase timeout --- tests/pubsub/testgossipsub.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pubsub/testgossipsub.nim b/tests/pubsub/testgossipsub.nim index 0f9e2e95d..136f62130 100644 --- a/tests/pubsub/testgossipsub.nim +++ b/tests/pubsub/testgossipsub.nim @@ -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