Skip to content

Commit 06601fb

Browse files
committed
Added 2mins timeout
1 parent 6cd94d0 commit 06601fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui-tests/cypress/e2e/dashboard/dashboards/dashboards.cy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ describe('Create New Custom Dashboard', () => {
107107
cy.request({
108108
url: pdfURL,
109109
encoding: 'binary',
110+
timeout: 120000,
110111
}).then((response) => {
111112
expect(response.status).to.eq(200);
112113
expect(response.headers['content-type']).to.include('application/pdf');

0 commit comments

Comments
 (0)