Skip to content

Commit

Permalink
fixed timeout test
Browse files Browse the repository at this point in the history
Signed-off-by: wadeking98 <wkingnumber2@gmail.com>
  • Loading branch information
wadeking98 committed Feb 23, 2024
1 parent 01f8b3b commit fe4f38f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/drpc/tests/drpc-messages.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,5 +302,7 @@ describe('Drpc Messages E2E', () => {

const helloRecord = await responseListener(0.1)
expect(helloRecord).toBe(undefined)

await new Promise((r) => setTimeout(r, 1500))
})
})

0 comments on commit fe4f38f

Please sign in to comment.