diff --git a/web-test-runner.config.js b/web-test-runner.config.js index 3006a57e..7dace628 100644 --- a/web-test-runner.config.js +++ b/web-test-runner.config.js @@ -7,6 +7,12 @@ export default { files: 'src/**/*.test.ts', // "default" group concurrentBrowsers: 3, nodeResolve: true, + testFramework: { + config: { + timeout: 3000, + retries: 1 + } + }, plugins: [ esbuildPlugin({ ts: true,