mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
test: config changes
This commit is contained in:
@@ -40,9 +40,9 @@ module.exports = {
|
|||||||
|
|
||||||
// Each test is given 30 seconds
|
// Each test is given 30 seconds
|
||||||
timeout: 30000,
|
timeout: 30000,
|
||||||
workers: IS_CI ? 3 : 4,
|
workers: IS_CI ? 3 : 8,
|
||||||
reporter: "list",
|
reporter: "list",
|
||||||
retries: IS_CI ? 3 : 0,
|
retries: IS_CI ? 3 : 1,
|
||||||
use: {
|
use: {
|
||||||
headless: true,
|
headless: true,
|
||||||
acceptDownloads: true,
|
acceptDownloads: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user