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:
parent
c72ebd6749
commit
93e6ba0af7
@ -23,7 +23,7 @@ context('Consume', () => {
|
|||||||
// Click consume button
|
// Click consume button
|
||||||
cy.get('@button').click()
|
cy.get('@button').click()
|
||||||
// Wait consume process to end
|
// 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
|
// check if there is no error
|
||||||
cy.get('article>div').should(
|
cy.get('article>div').should(
|
||||||
'not.contain',
|
'not.contain',
|
||||||
|
Loading…
Reference in New Issue
Block a user