diff --git a/src/app/tests.tsx b/src/app/tests.tsx index 02a79e23..b0281ec4 100644 --- a/src/app/tests.tsx +++ b/src/app/tests.tsx @@ -19,7 +19,7 @@ test("Homepage", async () => { "project cards loaded", ).toBeDefined(), - { timeout: 2000 }, + { timeout: 5000 }, ); const projectTitles = screen.getAllByTestId("project-card-title"); @@ -37,6 +37,6 @@ test("Homepage", async () => { "project fundraising amounts", ).toBeTruthy(), - { timeout: 2000 }, + { timeout: 5000 }, ); });