We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8027005 commit 8d8b12dCopy full SHA for 8d8b12d
ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/TargetPlatformUtil.java
@@ -111,6 +111,7 @@ public static void loadAndSetTarget(ITargetDefinition target) throws Interrupted
111
if (!result.isOK()) {
112
throw new AssertionError(result.getMessage(), result.getException());
113
}
114
+ TestUtils.waitForJobs("loadAndSetTarget", 100, 10000);
115
116
117
private static List<NameVersionDescriptor> addRunningPlatformBundles(Collection<ITargetLocation> bundleContainers,
0 commit comments