Skip to content

Commit 8d8b12d

Browse files
committed
Stabilize tests
1 parent 8027005 commit 8d8b12d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/util/TargetPlatformUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public static void loadAndSetTarget(ITargetDefinition target) throws Interrupted
111111
if (!result.isOK()) {
112112
throw new AssertionError(result.getMessage(), result.getException());
113113
}
114+
TestUtils.waitForJobs("loadAndSetTarget", 100, 10000);
114115
}
115116

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

0 commit comments

Comments
 (0)