mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Decreased number of worker threads.
This commit is contained in:
parent
a85a540838
commit
c962824ca7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export default defineConfig({
|
||||||
expect: { timeout: defaultExpectTimeout },
|
expect: { timeout: defaultExpectTimeout },
|
||||||
timeout: defaultTestTimeout,
|
timeout: defaultTestTimeout,
|
||||||
retries: 2,
|
retries: 2,
|
||||||
workers: 20,
|
workers: 5,
|
||||||
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
||||||
use: {
|
use: {
|
||||||
/* Base URL to use in actions like `await page.goto('/')`. */
|
/* Base URL to use in actions like `await page.goto('/')`. */
|
||||||
|
|
Loading…
Reference in a new issue