mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:26:21 +00:00
chore(e2e): reduce timeout
This commit is contained in:
parent
e10899b271
commit
26432ec84c
@ -2,10 +2,10 @@ import { devices, defineConfig as playwrightDefineConfig, type PlaywrightTestCon
|
||||
|
||||
export const defineConfig = (config?: PlaywrightTestConfig) => {
|
||||
return playwrightDefineConfig({
|
||||
timeout: process.env.CI ? 10 * 60 * 1000 : 5 * 60 * 1000,
|
||||
timeout: 5 * 60 * 1000,
|
||||
|
||||
expect: {
|
||||
timeout: process.env.CI ? 60 * 1000 : 10 * 1000,
|
||||
timeout: 10 * 1000,
|
||||
},
|
||||
|
||||
// Look for test files in the "tests" directory, relative to this configuration file.
|
||||
|
Loading…
Reference in New Issue
Block a user