mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 22:15:15 +00:00
Increase e2e tests timeout secs (#2878)
This commit is contained in:
parent
e5f1399cc2
commit
5486e2ca06
1 changed files with 4 additions and 4 deletions
|
|
@ -108,7 +108,7 @@ describe("Fetch Cards", () => {
|
|||
|
||||
// Check if stats card from deployment matches the stats card from local.
|
||||
expect(serverStatsSvg.data).toEqual(localStatsCardSVG);
|
||||
}, 7000);
|
||||
}, 15000);
|
||||
|
||||
test("retrieve language card", async () => {
|
||||
expect(VERCEL_PREVIEW_URL).toBeDefined();
|
||||
|
|
@ -133,7 +133,7 @@ describe("Fetch Cards", () => {
|
|||
|
||||
// Check if language card from deployment matches the local language card.
|
||||
expect(severLanguageSVG.data).toEqual(localLanguageCardSVG);
|
||||
});
|
||||
}, 15000);
|
||||
|
||||
test("retrieve WakaTime card", async () => {
|
||||
expect(VERCEL_PREVIEW_URL).toBeDefined();
|
||||
|
|
@ -153,7 +153,7 @@ describe("Fetch Cards", () => {
|
|||
|
||||
// Check if WakaTime card from deployment matches the local WakaTime card.
|
||||
expect(serverWakaTimeSvg.data).toEqual(localWakaCardSVG);
|
||||
});
|
||||
}, 15000);
|
||||
|
||||
test("retrieve repo card", async () => {
|
||||
expect(VERCEL_PREVIEW_URL).toBeDefined();
|
||||
|
|
@ -175,5 +175,5 @@ describe("Fetch Cards", () => {
|
|||
|
||||
// Check if Repo card from deployment matches the local Repo card.
|
||||
expect(serverRepoSvg.data).toEqual(localRepoCardSVG);
|
||||
});
|
||||
}, 15000);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue