Merge branch 'master' into backend_keep_alive

This commit is contained in:
einhornimmond 2024-11-21 18:12:18 +01:00 committed by GitHub
commit 820de624a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,7 @@ export default defineConfig({
baseUrl: 'http://localhost:3000',
chromeWebSecurity: false,
defaultCommandTimeout: 100000,
pageLoadTimeout: 120000,
supportFile: 'cypress/support/index.ts',
viewportHeight: 720,
viewportWidth: 1280,