mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
[maven] fix flaky tests IDEA-357354
GitOrigin-RevId: 3389ea7b60f9bfa95f59bb8da03be0614e3f3ba4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
48ab0344ad
commit
9ebdffab0b
@@ -173,6 +173,7 @@ public class Maven40ProjectResolver {
|
||||
buildingResultInfos.add(new ProjectBuildingResultInfo(buildingResult, exceptions, newDependencyHash));
|
||||
|
||||
myLongRunningTask.updateTotalRequests(buildingResultInfos.size());
|
||||
}
|
||||
|
||||
Collection<Maven40ExecutionResult> execResults =
|
||||
myTelemetry.executeWithSpan("resolveBuildingResults",
|
||||
@@ -190,7 +191,6 @@ public class Maven40ProjectResolver {
|
||||
|
||||
executionResults.addAll(execResults);
|
||||
}
|
||||
}
|
||||
catch (Exception e) {
|
||||
executionResults.add(handleException(e));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user