Skip to content

Commit 3cded3d

Browse files
author
Dennis Labordus
committed
Increase default timeout for running test. On GitHub this may stabilize the builds.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent f905221 commit 3cded3d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

web-test-runner.config.mjs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default /** @type {import("@web/test-runner").TestRunnerConfig} */ ({
1414
*/
1515
browserLogs: false,
1616

17-
/** specify groups for unit and integrations tests
17+
/** specify groups for unit and integrations tests
1818
* hint: no --group definition runs all groups
1919
*/
2020
groups: [
@@ -27,7 +27,13 @@ export default /** @type {import("@web/test-runner").TestRunnerConfig} */ ({
2727
files: 'test/integration/**/*.test.ts',
2828
},
2929
],
30-
30+
31+
testFramework: {
32+
config: {
33+
timeout: '5000',
34+
},
35+
},
36+
3137
/** Compile JS for older browsers. Requires @web/dev-server-esbuild plugin */
3238
// esbuildTarget: 'auto',
3339

0 commit comments

Comments
 (0)