Skip to content

Commit

Permalink
LPD-29388 com.liferay.ide.core.tests: TEMP: increases wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrokke committed Aug 2, 2024
1 parent e74fded commit 6f06b4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static void waitForBuildAndValidation() throws Exception {
manager.join(ValidatorManager.VALIDATOR_JOB_FAMILY, new NullProgressMonitor());
manager.join(ResourcesPlugin.FAMILY_AUTO_BUILD, new NullProgressMonitor());
JobUtil.waitForLiferayProjectJob();
Thread.sleep(500);
Thread.sleep(5000);
manager.beginRule(root = workspace.getRoot(), null);
}
catch (InterruptedException ie) {
Expand Down

0 comments on commit 6f06b4b

Please sign in to comment.