Error checking delay increased.

This commit is contained in:
Manindra Moharana
2014-07-31 12:44:31 +05:30
parent a79bf0301e
commit c4988c6c66

View File

@@ -68,7 +68,7 @@ public class ErrorCheckerService implements Runnable{
/**
* Error check happens every sleepTime milliseconds
*/
public static final int sleepTime = 1000;
public static final int sleepTime = 4000;
/**
* The amazing eclipse ast parser