Skip to content

Commit

Permalink
Retracting a change which was for testing only
Browse files Browse the repository at this point in the history
Signed-off-by: Kshitij Tandon <tandonks@amazon.com>
  • Loading branch information
tandonks committed Jan 18, 2025
1 parent f499500 commit fa33bd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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", () => {
Expand Down

0 comments on commit fa33bd5

Please sign in to comment.