From 07f7670b22a35fc88b3921618d58df598728518e Mon Sep 17 00:00:00 2001 From: Tanguy Date: Mon, 12 Jun 2023 11:13:39 +0200 Subject: [PATCH] even slower for CI --- 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 d145c4e1a..91107e74e 100644 --- a/tests/pubsub/testgossipsub.nim +++ b/tests/pubsub/testgossipsub.nim @@ -660,7 +660,7 @@ suite "GossipSub": await node.switch.connect(nodes[0].peerInfo.peerId, nodes[0].peerInfo.addrs) block setup: - for _ in 0..10: + for _ in 0..500: if (await nodes[0].publish("foobar", "Hello!".toBytes())) == 19: break setup await sleepAsync(10.milliseconds)