[bitnami/jupyterjub] Increase the timeout in login test (#26677)

Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com>
This commit is contained in:
Rafael Ríos Saavedra
2024-06-04 11:54:35 +02:00
committed by GitHub
parent 9fc8caad32
commit c645be6d37

View File

@@ -26,7 +26,7 @@ Cypress.Commands.add(
cy.get('#login_submit').click();
// The authentication is not completed until the page is rendered
// Accessing the for the first time may take extra-time: "Your server is starting up"
cy.contains('Launcher', {timeout: 60000});
cy.contains('Launcher', {timeout: 120000});
}
);