mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 19:55:16 +00:00
test: increase stats card e2e timeout
This commit is contained in:
parent
bd9865d5a2
commit
60012707c7
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ describe("Fetch Cards", () => {
|
||||||
|
|
||||||
// Check if stats card from deployment matches the stats card from local.
|
// Check if stats card from deployment matches the stats card from local.
|
||||||
expect(serverStatsSvg.data).toEqual(localStatsCardSVG);
|
expect(serverStatsSvg.data).toEqual(localStatsCardSVG);
|
||||||
});
|
}, 6000);
|
||||||
|
|
||||||
test("retrieve language card", async () => {
|
test("retrieve language card", async () => {
|
||||||
expect(VERCEL_PREVIEW_URL).toBeDefined();
|
expect(VERCEL_PREVIEW_URL).toBeDefined();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue