diff --git a/tests/e2e/e2e.test.js b/tests/e2e/e2e.test.js index a5ab79e6..ad8086b0 100644 --- a/tests/e2e/e2e.test.js +++ b/tests/e2e/e2e.test.js @@ -110,7 +110,7 @@ describe("Fetch Cards", () => { // Check if stats card from deployment matches the stats card from local. expect(serverStatsSvg.data).toEqual(localStatsCardSVG); - }); + }, 6000); test("retrieve language card", async () => { expect(VERCEL_PREVIEW_URL).toBeDefined();