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