increase cypress default command timeout

This commit is contained in:
mahula 2023-10-31 15:35:27 +01:00
parent 21fd669a60
commit 2049ce183f

View File

@ -31,7 +31,7 @@ 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",