Commit 40eb28f1 authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

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

parent 7c3ee787
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment