Skip to content

Commit

Permalink
fix(doc_spec): increase timeout for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Sep 23, 2021
1 parent 4cfdf76 commit 9d9523b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/04_document_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ context.only('Document Operations', () => {

describe('db context menu', () => {
it('should display creation options', () => {
cy.get('.ReactVirtualized__Grid')
cy.get('.ReactVirtualized__Grid', { timeout: 55000 })
.should('be.visible')
cy.get('.fusion-item')
.should('be.visible')
Expand Down

0 comments on commit 9d9523b

Please sign in to comment.