Skip to content

Commit

Permalink
fix: update timeout for loadSampleEcommerceData to 60secs to handle f…
Browse files Browse the repository at this point in the history
…ailing cypress test

Signed-off-by: vikhy-aws <[email protected]>
  • Loading branch information
vikhy-aws committed Jan 7, 2025
1 parent 4e88be8 commit b392550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ Cypress.Commands.add('loadSampleEcommerceData', () => {
method: 'POST',
headers: { 'osd-xsrf': 'opensearch-dashboards' },
url: `${Cypress.env('opensearch_dashboards')}/api/sample_data/ecommerce`,
timeout: 60000,
});
});

Expand Down

0 comments on commit b392550

Please sign in to comment.