Uncap local e2e testing

pull/4066/head^2
zomars 2022-08-31 11:30:05 -06:00
parent dbbf77f21a
commit e020bb9758
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const headless = !!process.env.CI || !!process.env.PLAYWRIGHT_HEADLESS;
const config: PlaywrightTestConfig = { const config: PlaywrightTestConfig = {
forbidOnly: !!process.env.CI, forbidOnly: !!process.env.CI,
retries: 1, retries: 1,
workers: headless ? os.cpus().length : 1, workers: os.cpus().length,
timeout: 60_000, timeout: 60_000,
maxFailures: headless ? 10 : undefined, maxFailures: headless ? 10 : undefined,
reporter: [ reporter: [