Skip to content

Commit

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

waitForPass(() -> {
Expand Down

0 comments on commit 7ab0514

Please sign in to comment.