Skip to content

Commit

Permalink
Increased delay for starting server
Browse files Browse the repository at this point in the history
  • Loading branch information
aparnamichael committed Jan 9, 2025
1 parent 798367b commit 09d5b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/GradleTestDevModeActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ it('start gradle with options from liberty dashboard', async () => {
expect (deleteReport).to.be.true;
await utils.launchDashboardAction(item, constants.START_DASHBOARD_ACTION_WITH_PARAM, constants.START_DASHBOARD_MAC_ACTION_WITH_PARAM);
await utils.setCustomParameter("--hotTests");
await utils.delay(30000);
await utils.delay(100000);
const serverStartStatus = await utils.checkTerminalforServerState(constants.SERVER_START_STRING);
if(!serverStartStatus)
console.log("Server started with params message not found in terminal ");
Expand Down

0 comments on commit 09d5b00

Please sign in to comment.