mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-02 09:14:10 +03:00
chore(electron): disable parallel execution of electron tests (#7789)
This commit is contained in:
parent
fc19180451
commit
8209e84842
@ -16,7 +16,7 @@ import type { PlaywrightTestConfig } from '@playwright/test';
|
||||
const config: PlaywrightTestConfig = {
|
||||
testDir: './e2e',
|
||||
fullyParallel: true,
|
||||
workers: 2,
|
||||
workers: 1,
|
||||
timeout: process.env.CI ? 50_000 : 30_000,
|
||||
expect: {
|
||||
timeout: process.env.CI ? 15_000 : 5_000,
|
||||
|
Loading…
Reference in New Issue
Block a user