Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiequach committed Nov 9, 2023
1 parent 66519a9 commit 25cec22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/Search.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ describe("Renders Search Results Page", () => {
name: "English (6)",
});
expect(englishCheckbox2).toBeChecked();
}, 15000);
}, 20000);
});
describe("Format filter", () => {
test("Clicking new format sends new search", async () => {
Expand Down

0 comments on commit 25cec22

Please sign in to comment.