longer timeout

This commit is contained in:
SPRINX0\prochazka
2025-10-02 16:38:41 +02:00
parent 4ce7582a46
commit e37ad663b3

View File

@@ -397,8 +397,8 @@ describe('Data browser data', () => {
cy.wait(1000); cy.wait(1000);
cy.get('body').realType('find most popular artist'); cy.get('body').realType('find most popular artist');
cy.get('body').realPress('{enter}'); cy.get('body').realPress('{enter}');
cy.testid('DatabaseChatTab_executeAllQueries', { timeout: 20000 }).click(); cy.testid('DatabaseChatTab_executeAllQueries', { timeout: 30000 }).click();
cy.wait(20000); cy.wait(30000);
// cy.contains('Iron Maiden'); // cy.contains('Iron Maiden');
cy.themeshot('database-chat'); cy.themeshot('database-chat');