mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 06:47:32 +08:00
[bitnami/jupyterjub] Increase the timeout in login test (#26677)
Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com>
This commit is contained in:
committed by
GitHub
parent
9fc8caad32
commit
c645be6d37
@@ -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});
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user