chore(electron): increase retry times (#9814)

This commit is contained in:
pengx17
2025-01-21 10:47:22 +00:00
parent 0e8dd950a4
commit 2d09c7fe0c

View File

@@ -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) {