From c4988c6c6630b9173367a516cbe3291b5046bb9d Mon Sep 17 00:00:00 2001 From: Manindra Moharana Date: Thu, 31 Jul 2014 12:44:31 +0530 Subject: [PATCH] Error checking delay increased. --- pdex/src/processing/mode/experimental/ErrorCheckerService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdex/src/processing/mode/experimental/ErrorCheckerService.java b/pdex/src/processing/mode/experimental/ErrorCheckerService.java index 6b6eeaeff..2f63a752a 100644 --- a/pdex/src/processing/mode/experimental/ErrorCheckerService.java +++ b/pdex/src/processing/mode/experimental/ErrorCheckerService.java @@ -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