test: increase e2e test timeout

This commit is contained in:
Rick Staa 2022-10-11 18:10:44 +02:00
parent 8dd70924da
commit 6fdf73f39c

View file

@ -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();