test: increase stats card e2e timeout

This commit is contained in:
rickstaa 2022-10-08 15:04:49 +02:00
parent bd9865d5a2
commit 60012707c7
No known key found for this signature in database
GPG Key ID: 0BD7401D30D23E53

View File

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