Skip to content

Commit

Permalink
GP-0: Fix timing issue in testSetValueAffectsTree
Browse files Browse the repository at this point in the history
  • Loading branch information
nsadeveloper789 committed Feb 16, 2024
1 parent edee064 commit 0e2f995
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,7 @@ public void testSetValueAffectsTree() throws Throwable {
try (Transaction tx = tb.startTransaction()) {
threads.setAttribute(Lifespan.nowOn(0), "Current", thread0);
}
waitForDomainObject(tb.trace);
waitForTasks();

assertEquals(11, node.getChildren().size());
Expand Down

0 comments on commit 0e2f995

Please sign in to comment.