From e81bea1637f7394e47acb776070c61729c702a3d Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 7 Oct 2022 18:17:53 +0200 Subject: [PATCH] feat(tests): add default command timeout of 1000 --- e2e/cypress.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/cypress.config.ts b/e2e/cypress.config.ts index a4c6efb1..400a9187 100644 --- a/e2e/cypress.config.ts +++ b/e2e/cypress.config.ts @@ -4,6 +4,7 @@ export default defineConfig({ video: false, screenshotOnRunFailure: false, retries: 2, + defaultCommandTimeout: 1000, component: { devServer: { framework: 'vue',