mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
chore(electron): increase retry times (#9814)
This commit is contained in:
@@ -29,8 +29,8 @@ const config: PlaywrightTestConfig = {
|
||||
};
|
||||
|
||||
if (process.env.CI) {
|
||||
config.retries = 3;
|
||||
config.workers = '50%';
|
||||
// todo: fix the flaky tests
|
||||
config.retries = 5;
|
||||
}
|
||||
|
||||
if (process.env.DEV_SERVER_URL) {
|
||||
|
||||
Reference in New Issue
Block a user