even slower for CI

This commit is contained in:
Tanguy 2023-06-12 11:13:39 +02:00
parent f50cdd4c6d
commit 07f7670b22
No known key found for this signature in database
GPG Key ID: 7DD8EC6B6CE6C45E

View File

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