mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +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
|
||||
try
|
||||
{
|
||||
wait(2000);
|
||||
Thread.sleep(2000);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue