fix(test): wait more for gossip (#1753)

This commit is contained in:
Alvaro Revuelta 2023-05-23 12:01:27 +02:00 committed by GitHub
parent 39902dc2f2
commit 0fce3d8388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ suite "WakuNode2 - Validators":
await nodes[i].publish(spamProtectedTopic, unsignedMessage)
# Wait for gossip
await sleepAsync(2.seconds)
await sleepAsync(4.seconds)
# Since we have a full mesh with 5 nodes and each one publishes 25+25+25+25+25 msgs
# there are 625 messages being sent.