Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 5bfc374

Browse files
committed
increased default timeout for cypress commands:
1 parent db8c52a commit 5bfc374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ e2e: &cypress
122122
- cp cypress.json backend/
123123
- cp -r cypress/ backend/cypress
124124
- cd backend
125-
- $(npm bin)/cypress run
125+
- $(npm bin)/cypress run --config defaultCommandTimeout=10000
126126
artifacts:
127127
paths:
128128
- backend/cypress/videos/

0 commit comments

Comments
 (0)