Skip to content

Commit 9414f47

Browse files
committed
timeout 2
1 parent 8f3dc47 commit 9414f47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

e2e/plugin-typescript-e2e/tests/__snapshots__/typescript-plugin-terminal-report.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Code PushUp Report - @code-pushup/[email protected]
55

66
Typescript audits
77

8-
● Semantic-Errors 6
8+
● Semantic-Errors 2
99
● Configuration-Errors 1
1010
● Language-Service-Errors 1
1111
● Syntax-Errors 1

packages/plugin-eslint/src/lib/runner.integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ describe('executeRunner', () => {
7676
},
7777
}),
7878
);
79-
}, 15_000);
79+
}, 18_000);
8080
});

packages/plugin-typescript/src/lib/runner/runner.integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ describe('createRunnerFunction', () => {
1313
).resolves.toMatchFileSnapshot(
1414
'__snapshots__/runner-function-all-audits.json',
1515
);
16-
}, 60_000);
16+
}, 28_000);
1717
});

0 commit comments

Comments
 (0)