mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
GP-0: Fix timing issue in testSetValueAffectsTree
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user