Skip to content

Commit

Permalink
Increase default timeout for running test. On GitHub this may stabili…
Browse files Browse the repository at this point in the history
…ze the builds.

Signed-off-by: Dennis Labordus <[email protected]>
  • Loading branch information
Dennis Labordus committed Feb 8, 2022
1 parent f905221 commit 3cded3d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions web-test-runner.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default /** @type {import("@web/test-runner").TestRunnerConfig} */ ({
*/
browserLogs: false,

/** specify groups for unit and integrations tests
/** specify groups for unit and integrations tests
* hint: no --group definition runs all groups
*/
groups: [
Expand All @@ -27,7 +27,13 @@ export default /** @type {import("@web/test-runner").TestRunnerConfig} */ ({
files: 'test/integration/**/*.test.ts',
},
],


testFramework: {
config: {
timeout: '5000',
},
},

/** Compile JS for older browsers. Requires @web/dev-server-esbuild plugin */
// esbuildTarget: 'auto',

Expand Down

0 comments on commit 3cded3d

Please sign in to comment.