mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
test: increase cypress default command timeout
This commit is contained in:
@@ -22,7 +22,7 @@ export default defineConfig({
|
||||
videosFolder: 'cypress/videos',
|
||||
screenshotsFolder: 'cypress/screenshots',
|
||||
fixturesFolder: 'cypress/fixtures',
|
||||
defaultCommandTimeout: 10_000,
|
||||
defaultCommandTimeout: 20_000,
|
||||
specPattern: 'cypress/integration/**/*.spec.ts',
|
||||
/*setupNodeEvents(on, config) {
|
||||
on('task', {
|
||||
|
||||
Reference in New Issue
Block a user