Merge pull request #6809 from Ocelot-Social-Community/fix-page-load-flakyness

fix(other): increase cypress timeouts
This commit is contained in:
mahula 2023-10-31 16:08:11 +01:00 committed by GitHub
commit 0e21c73467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,8 @@ const { parsed } = dotenv.config({ path: '../backend/.env' })
module.exports = defineConfig({
e2e: {
projectId: "qa7fe2",
defaultCommandTimeout: 10000,
defaultCommandTimeout: 60000,
pageLoadTimeout:180000,
chromeWebSecurity: false,
baseUrl: "http://localhost:3000",
specPattern: "cypress/e2e/**/*.feature",