GP-0: Fix timing issue in testSetValueAffectsTree

This commit is contained in:
Dan
2024-02-16 11:25:44 -05:00
parent edee0647ef
commit 0e2f9958ac

View File

@@ -1057,6 +1057,7 @@ public class DebuggerModelProviderTest extends AbstractGhidraHeadedDebuggerTest
try (Transaction tx = tb.startTransaction()) {
threads.setAttribute(Lifespan.nowOn(0), "Current", thread0);
}
waitForDomainObject(tb.trace);
waitForTasks();
assertEquals(11, node.getChildren().size());