Skip to content

Commit 959ff92

Browse files
committed
fixup! Fix end to end tests for saptune
1 parent 5542877 commit 959ff92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/cypress/e2e/hosts_overview.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ context('Hosts Overview', () => {
231231
});
232232
it('should show health status of the entire cluster of 27 hosts with critical health', () => {
233233
cy.get('.tn-health-container .tn-health-critical', {
234-
timeout: 15000,
234+
timeout: 30000,
235235
}).should('contain', 27);
236236
});
237237

0 commit comments

Comments
 (0)