mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +02:00
taking out the sleep
This commit is contained in:
parent
950d9d2f20
commit
ad0b2c2b72
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ public class DStoreFileService extends AbstractDStoreService implements IFileSer
|
||||||
while (display.readAndDispatch())
|
while (display.readAndDispatch())
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
Thread.sleep(200);
|
|
||||||
|
|
||||||
|
|
||||||
isCancelled = monitor.isCanceled();
|
isCancelled = monitor.isCanceled();
|
||||||
|
|
Loading…
Add table
Reference in a new issue