From 642c50a0c6cda9ed455265c24d67f7a8b52eb29c Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 10 Feb 2024 00:11:44 -0500 Subject: [PATCH] test(cypress): set defaultCommandTimeout to 10000 --- cypress.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.ts b/cypress.config.ts index 7e32ad9e..6b07383b 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -6,6 +6,7 @@ import createBundler from '@bahmutov/cypress-esbuild-preprocessor'; import { defineConfig } from 'cypress'; export default defineConfig({ + defaultCommandTimeout: 10000, e2e: { baseUrl: 'http://localhost:5173', specPattern: '**/*.feature',