Skip to content

Commit

Permalink
increases loading timeout (#60788)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema authored Mar 20, 2020
1 parent 5efd59b commit 5d93a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/siem/cypress/tasks/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ export const loginAndWaitForPageWithoutDateRange = (url: string) => {
login();
cy.viewport('macbook-15');
cy.visit(url);
cy.contains('a', 'SIEM');
cy.contains('a', 'SIEM', { timeout: 60000 });
};

0 comments on commit 5d93a08

Please sign in to comment.