From 93e6ba0af7f7c1fedc7e14755ebac94100c4f51e Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 11 Jul 2019 17:00:06 +0200 Subject: [PATCH] increase consume timeout --- cypress/integration/consume.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',