Skip to content

Commit da8fb1b

Browse files
committed
Extending Cypress timeout
1 parent de7f7df commit da8fb1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.drone.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ steps:
3737
volumes:
3838
- name: cypress-cache
3939
path: /root/.cache/Cypress
40+
environment:
41+
CYPRESS_VERIFY_TIMEOUT: 100000
4042
commands:
4143
- mv cypress.config.dist.js cypress.config.js
4244
- npx cypress install
@@ -175,6 +177,6 @@ services:
175177

176178
---
177179
kind: signature
178-
hmac: 35b018583f594e4c80a81cbd6e75e86c7c233e86d0d5fdf50603cb0f6727fece
180+
hmac: 9c3516344573b2f9b8a82077258c15ae52fcc45d55eb8ef059258c778a06f35b
179181

180182
...

0 commit comments

Comments
 (0)