Set timeout for page load to 180000.

This commit is contained in:
elweyn 2023-06-08 12:06:40 +02:00
parent e7cee28087
commit abc272bfd9

View File

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