mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 19:55:16 +00:00
test: increase e2e test timeout
This commit is contained in:
parent
8dd70924da
commit
6fdf73f39c
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue