diff --git a/cypress/integration/consume.spec.js b/cypress/integration/consume.spec.js index 09be8cb..73c1424 100644 --- a/cypress/integration/consume.spec.js +++ b/cypress/integration/consume.spec.js @@ -23,7 +23,7 @@ context('Consume', () => { // Click consume button cy.get('@button').click() // Wait consume process to end - cy.get('@button', { timeout: 150000 }).should('contain', 'Get file') + cy.get('@button', { timeout: 600000 }).should('contain', 'Get file') // check if there is no error cy.get('article>div').should( 'not.contain',