Skip to content

Commit

Permalink
increasing wait time to 30sec for osd to start
Browse files Browse the repository at this point in the history
Signed-off-by: kohinoor98 <[email protected]>
  • Loading branch information
kohinoor98 committed Nov 15, 2023
1 parent 71a27d0 commit d5eb979
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ describe("Aliases", () => {
}
});

// Wait for 20 seconds for OSD to start.
// Wait for 30 seconds for OSD to start.
// eslint-disable-next-line cypress/no-unnecessary-waiting
cy.wait(20000);
cy.wait(30000);

// Visit ISM OSD
cy.visit(`${BASE_PATH}/app/${IM_PLUGIN_NAME}#/aliases`);
Expand Down

0 comments on commit d5eb979

Please sign in to comment.