increase cypress page load timeout

This commit is contained in:
mahula 2023-10-31 14:25:12 +01:00
parent 78f64eebd9
commit 21fd669a60

View File

@ -32,6 +32,7 @@ module.exports = defineConfig({
e2e: {
projectId: "qa7fe2",
defaultCommandTimeout: 10000,
pageLoadTimeout:180000,
chromeWebSecurity: false,
baseUrl: "http://localhost:3000",
specPattern: "cypress/e2e/**/*.feature",