mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
web: extend tests timeout to 60 seconds
This commit is contained in:
@@ -31,8 +31,7 @@ const config: PlaywrightTestConfig = {
|
||||
// Look for test files in thcleare "tests" directory, relative to this configuration file
|
||||
testDir: "__e2e__",
|
||||
|
||||
// Each test is given 30 seconds
|
||||
timeout: 30000,
|
||||
timeout: IS_CI ? 60 * 1000 : 30 * 1000,
|
||||
workers: IS_CI ? 2 : 2,
|
||||
reporter: "list",
|
||||
retries: IS_CI ? 1 : 0,
|
||||
|
||||
Reference in New Issue
Block a user