Skip to content

Commit

Permalink
Add slight delay for CI machines
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Aug 20, 2023
1 parent c7d4247 commit 6493f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lib/mockFetchDebugger.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ describe("MockFetchDebugger", () => {

it("requests are immediately completed", async () => {
await newRequest("/req1");
await delay(10);

const inflightList = await getInflightList();
expect(inflightList).toHaveLength(0);
Expand Down

0 comments on commit 6493f3a

Please sign in to comment.