build: change cypress timeout to 24s (#5690)
This commit is contained in:
parent
7c3ee78715
commit
40eb28f1e1
@ -3,7 +3,7 @@ import { defineConfig } from 'cypress'
|
||||
export default defineConfig({
|
||||
projectId: 'yp82ef',
|
||||
videoUploadOnPasses: false,
|
||||
defaultCommandTimeout: 4000, // 2x average block time
|
||||
defaultCommandTimeout: 24000, // 2x average block time
|
||||
chromeWebSecurity: false,
|
||||
e2e: {
|
||||
setupNodeEvents(on, config) {
|
||||
|
Loading…
Reference in New Issue
Block a user