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