Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jan 19, 2025
1 parent f81fae4 commit 3c78211
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yarn-project/p2p/src/services/reqresp/reqresp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ describe('ReqResp', () => {

void ponger.stop();

await sleep(500);

// It should return undefined if it cannot dial the peer
const res = await pinger.sendRequest(ReqRespSubProtocol.PING, PING_REQUEST);

Expand Down

0 comments on commit 3c78211

Please sign in to comment.