Decreased number of worker threads.

This commit is contained in:
SamTV12345 2024-08-08 21:27:18 +02:00
parent a85a540838
commit c962824ca7

View file

@ -17,7 +17,7 @@ export default defineConfig({
expect: { timeout: defaultExpectTimeout },
timeout: defaultTestTimeout,
retries: 2,
workers: 20,
workers: 5,
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
/* Base URL to use in actions like `await page.goto('/')`. */