mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 13:05:22 +02:00
[214378] don't mark as finished until we have the results - sleep instead of wait
This commit is contained in:
parent
a16c3deacc
commit
27bdda4b31
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ public class DStoreSearchService extends AbstractDStoreService implements ISearc
|
||||||
else { // need to wait until we have all results on client
|
else { // need to wait until we have all results on client
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
wait(2000);
|
Thread.sleep(2000);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue