diff --git a/cypress/integration/intergration.spec.js b/cypress/integration/intergration.spec.js index 3e1a43fa..61a32449 100644 --- a/cypress/integration/intergration.spec.js +++ b/cypress/integration/intergration.spec.js @@ -21,7 +21,8 @@ context("Skynet", () => { cy.get(".home-uploaded-files").children().should("have.length", 1); - cy.wait("@upload"); + // wait max 2 minutes, the portal might be slow at times + cy.wait("@upload", { responseTimeout: 2 * 60 * 1000 }); cy.contains(".upload-file", fileName).within(() => { cy.get(".url")