1
0
Fork 0
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:
David McKnight 2008-01-10 20:25:47 +00:00
parent a16c3deacc
commit 27bdda4b31

View file

@ -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)
{