mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03: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 },
|
||||
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('/')`. */
|
||||
|
|
Loading…
Reference in a new issue