Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
jcscottiii committed Jan 28, 2025
1 parent aa835dd commit 9d1b835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/web-test-runner.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const filteredLogs = [
];

export default /** @type {import("@web/test-runner").TestRunnerConfig} */ ({
concurrency: 10,
concurrency: 4,
concurrentBrowsers: 1,
/** Resolve bare module imports */
nodeResolve: {
exportConditions: ['browser', 'development'],
Expand Down Expand Up @@ -62,7 +63,6 @@ export default /** @type {import("@web/test-runner").TestRunnerConfig} */ ({

// How long a test file can take to finish.
testsFinishTimeout: 1000 * 60 * 1, // (1 min)
browserStartTimeout: 1000 * 60 * 2,
// mocha config https://mochajs.org/api/mocha
testFramework: {config: {timeout: 30000}},
});

0 comments on commit 9d1b835

Please sign in to comment.