Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 28, 2024
1 parent f18a934 commit e0478f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe(NetworkInterceptor, () => {
xhr.open('POST', 'http://example.com')
xhr.send()

await new Promise((resolve) => setTimeout(resolve, 200))
await new Promise((resolve) => setTimeout(resolve, 100))

expect(mockRequestHandler).toHaveBeenCalled()
expect(mockResponseHandler).toHaveBeenCalled()
Expand Down

0 comments on commit e0478f5

Please sign in to comment.