Skip to content

Commit

Permalink
G5V8DT-22608 Автосортировщик не сортирует дочерние подсистемы после
Browse files Browse the repository at this point in the history
получения изменений из базы
  • Loading branch information
traggerW committed Sep 15, 2023
1 parent b750343 commit f4a9287
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ public Void execute(IBmTransaction transaction, IProgressMonitor progressMonitor
return null;
}
});

waitSortStartedlatch.await();
// wait until sorting is performed.
TimeUnit.SECONDS.sleep(5);
Expand Down Expand Up @@ -382,6 +383,7 @@ public Void execute(IBmTransaction transaction, IProgressMonitor progressMonitor
return null;
}
});

waitSortStartedlatch.await();
// wait until sorting is performed.
TimeUnit.SECONDS.sleep(5);
Expand Down

0 comments on commit f4a9287

Please sign in to comment.