Skip to content

Commit

Permalink
fix(test): wait more for gossip (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrevuelta committed May 23, 2023
1 parent 39902dc commit 0fce3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wakunode2/test_validators.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0fce3d8

Please sign in to comment.