Skip to content
Merged
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 @@ -2451,7 +2451,7 @@ public void ensureCleanUpAddonCleansUp() {
// and retries. Calling spinEventLoop() here creates a race condition where
// events may be processed before CleanupAddon's asyncExec() is queued (line 352).
assertTrue(
DisplayHelper.waitForCondition(Display.getDefault(), 5_000,
DisplayHelper.waitForCondition(Display.getDefault(), 30_000,
() -> !partStackForPartBPartC.isToBeRendered()), "CleanupAddon should ensure that partStack is not rendered anymore, as all childs have been removed");
// PartStack with IPresentationEngine.NO_AUTO_COLLAPSE should not be removed
// even if children are removed
Expand Down
Loading