mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 00:56:26 +08:00
test(electron): adjust expect timeout for CI (#7707)
This commit is contained in:
@@ -19,7 +19,7 @@ const config: PlaywrightTestConfig = {
|
||||
workers: 2,
|
||||
timeout: process.env.CI ? 50_000 : 30_000,
|
||||
expect: {
|
||||
timeout: process.env.CI ? 5_000 : 10_000,
|
||||
timeout: process.env.CI ? 15_000 : 5_000,
|
||||
},
|
||||
outputDir: testResultDir,
|
||||
use: {
|
||||
|
||||
Reference in New Issue
Block a user