Skip to content

Commit

Permalink
chore: comment to explain delay
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Sep 13, 2024
1 parent 4317569 commit e192635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tests/tests/light-push/peer_management.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ describe("Waku Light Push: Peer Management: E2E", function () {
payload: utf8ToBytes("Hello_World")
});

// wait for reattempts to finish as they are async and not awaited
await delay(500);

expect(response3.successes.length).to.be.equal(
Expand Down

0 comments on commit e192635

Please sign in to comment.