summaryrefslogtreecommitdiffstats
path: root/cypress-docker/test/src/cypress.json
diff options
context:
space:
mode:
Diffstat (limited to 'cypress-docker/test/src/cypress.json')
-rw-r--r--cypress-docker/test/src/cypress.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/cypress-docker/test/src/cypress.json b/cypress-docker/test/src/cypress.json
index 0967ef4..4cd57ec 100644
--- a/cypress-docker/test/src/cypress.json
+++ b/cypress-docker/test/src/cypress.json
@@ -1 +1,6 @@
-{}
+{
+ "viewportWidth": 1280,
+ "chromeWebSecurity": true,
+ "requestTimeout": 60000,
+ "responseTimeout": 100000
+}