Skip to content

Commit 9d9523b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)