Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5486e2c

Browse files
authored
Increase e2e tests timeout secs (anuraghazra#2878)
1 parente5f1399 commit5486e2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎tests/e2e/e2e.test.js‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ describe("Fetch Cards", () => {
108108

109109
// Check if stats card from deployment matches the stats card from local.
110110
expect(serverStatsSvg.data).toEqual(localStatsCardSVG);
111-
},7000);
111+
},15000);
112112

113113
test("retrieve language card",async()=>{
114114
expect(VERCEL_PREVIEW_URL).toBeDefined();
@@ -133,7 +133,7 @@ describe("Fetch Cards", () => {
133133

134134
// Check if language card from deployment matches the local language card.
135135
expect(severLanguageSVG.data).toEqual(localLanguageCardSVG);
136-
});
136+
},15000);
137137

138138
test("retrieve WakaTime card",async()=>{
139139
expect(VERCEL_PREVIEW_URL).toBeDefined();
@@ -153,7 +153,7 @@ describe("Fetch Cards", () => {
153153

154154
// Check if WakaTime card from deployment matches the local WakaTime card.
155155
expect(serverWakaTimeSvg.data).toEqual(localWakaCardSVG);
156-
});
156+
},15000);
157157

158158
test("retrieve repo card",async()=>{
159159
expect(VERCEL_PREVIEW_URL).toBeDefined();
@@ -175,5 +175,5 @@ describe("Fetch Cards", () => {
175175

176176
// Check if Repo card from deployment matches the local Repo card.
177177
expect(serverRepoSvg.data).toEqual(localRepoCardSVG);
178-
});
178+
},15000);
179179
});

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp