Skip to content

Commit f046fc1

Browse files
committed
fix(doc_spec): increase timeout for CI
1 parent 4cfdf76 commit f046fc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
curl -v --connect-timeout 4 --max-time 8 http://localhost:3000
7676
- run:
7777
working_directory: .
78-
command: npx cypress run --config defaultCommandTimeout=20000
78+
command: npx cypress run --config defaultCommandTimeout=40000
7979
# command: npx cypress run -b chrome --config defaultCommandTimeout=58000
8080
no_output_timeout: 2m
8181
workflows:

cypress/integration/04_document_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ context.only('Document Operations', () => {
2525

2626
describe('db context menu', () => {
2727
it('should display creation options', () => {
28-
cy.get('.ReactVirtualized__Grid')
28+
cy.get('.ReactVirtualized__Grid', { timeout: 55000 })
2929
.should('be.visible')
3030
cy.get('.fusion-item')
3131
.should('be.visible')

0 commit comments

Comments
 (0)