Skip to content

Commit 08c59b5

Browse files
committed
Added execTimeout, requestTimeout and responseTimeout to cypress configuration
1 parent b5776fc commit 08c59b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cypress.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"projectId": "w62sqq",
33
"pageLoadTimeout": 6000,
44
"defaultCommandTimeout": 4000,
5-
"baseUrl": "http://localhost:6001"
5+
"baseUrl": "http://localhost:6001",
6+
"execTimeout": 60000,
7+
"requestTimeout": 60000,
8+
"responseTimeout": 30000
69
}

0 commit comments

Comments
 (0)