Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ public static void loadAndSetTarget(ITargetDefinition target) throws Interrupted
if (!result.isOK()) {
throw new AssertionError(result.getMessage(), result.getException());
}

// Wait for any follow-up jobs (e.g., PluginRegistry updates) to complete
// This ensures that the PluginRegistry is fully synchronized with the new target
TestUtils.waitForJobs("loadAndSetTarget", 100, 10000);
}

private static List<NameVersionDescriptor> addRunningPlatformBundles(Collection<ITargetLocation> bundleContainers,
Expand Down