1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

increase consume timeout

This commit is contained in:
Matthias Kretschmann 2019-07-11 17:00:06 +02:00
parent c72ebd6749
commit 93e6ba0af7
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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',