build: change cypress timeout to 24s (#5690)

This commit is contained in:
Vignesh Mohankumar 2022-12-15 09:29:47 -05:00 committed by GitHub
parent 7c3ee78715
commit 40eb28f1e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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