From fa33bd5e79fb182ded4ce9749ed254bef8524820 Mon Sep 17 00:00:00 2001 From: Kshitij Tandon Date: Sat, 18 Jan 2025 17:50:19 +0530 Subject: [PATCH] Retracting a change which was for testing only Signed-off-by: Kshitij Tandon --- .../index-management-dashboards-plugin/transforms_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/plugins/index-management-dashboards-plugin/transforms_spec.js b/cypress/integration/plugins/index-management-dashboards-plugin/transforms_spec.js index 161935ec2..167a1d887 100644 --- a/cypress/integration/plugins/index-management-dashboards-plugin/transforms_spec.js +++ b/cypress/integration/plugins/index-management-dashboards-plugin/transforms_spec.js @@ -47,7 +47,7 @@ describe("Transforms", () => { cy.visit(`${BASE_PATH}/app/${IM_PLUGIN_NAME}#/transforms`); // Common text to wait for to confirm page loaded, give up to 60 seconds for initial load - cy.contains("Create transform", { timeout: 600000 }); + cy.contains("Create transform", { timeout: 60000 }); }); describe("can be created with source index", () => {