mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 03:37:55 +01:00
desktop: run tests sequentially
this is required since each test builds a new app and on linux & windows that can cause issues if done in parallel
This commit is contained in:
@@ -23,7 +23,7 @@ export default defineConfig({
|
||||
test: {
|
||||
testTimeout: process.env.CI ? 120 * 1000 : 120 * 1000,
|
||||
sequence: {
|
||||
concurrent: true,
|
||||
concurrent: false,
|
||||
shuffle: true
|
||||
},
|
||||
dir: "./__tests__/",
|
||||
|
||||
Reference in New Issue
Block a user