Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Cypress | Flaky fixes #25087

Merged
merged 12 commits into from
Jul 6, 2023
Prev Previous commit
ElasticSerach reduce wait time
  • Loading branch information
Aishwarya-U-R committed Jul 6, 2023
commit 98aa03e4c6eedd04f2f7dff177b025427124e2fc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe("Validate Elasticsearch DS", () => {
containerName = "elasticsearch1";

before("Create a new ElasticSearch DS", () => {
dataSources.StartContainerNVerify("Elasticsearch", containerName, 50000);
dataSources.StartContainerNVerify("Elasticsearch", containerName, 45000);
dataSources.CreateDataSource("Elasticsearch");
cy.get("@dsName").then(($dsName) => {
dsName = $dsName;
Expand Down