From 2d1badba966fab717aad6cf9c9e1ab6a862a356a Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 3 Jul 2023 13:31:28 -0400 Subject: [PATCH] this is why we can't have nice things --- web-test-runner.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-test-runner.config.js b/web-test-runner.config.js index 668b3b61..b3252048 100644 --- a/web-test-runner.config.js +++ b/web-test-runner.config.js @@ -5,7 +5,7 @@ import { playwrightLauncher } from '@web/test-runner-playwright'; export default { rootDir: '.', files: 'src/**/*.test.ts', // "default" group - concurrentBrowsers: 3, + concurrentBrowsers: 1, nodeResolve: true, testFramework: { config: {