This commit is contained in:
Anil Koyuncu
2018-04-04 17:45:58 +02:00
parent 11607ca2b3
commit 7248d3cf83
2 changed files with 2 additions and 2 deletions
@@ -123,7 +123,7 @@ public class TreeWorker extends UntypedActor {
} catch (TimeoutException e) { } catch (TimeoutException e) {
future.cancel(true); future.cancel(true);
//// timeouts += countAlarms(positionFile, "#Timeout:"); //// timeouts += countAlarms(positionFile, "#Timeout:");
// System.err.println("#Timeout: " + revFile.getName()); System.err.println("#Timeout: " + name);
} catch (InterruptedException e) { } catch (InterruptedException e) {
//// timeouts += countAlarms(positionFile, "#TimeInterrupted:"); //// timeouts += countAlarms(positionFile, "#TimeInterrupted:");
// System.err.println("#TimeInterrupted: " + revFile.getName()); // System.err.println("#TimeInterrupted: " + revFile.getName());
@@ -2,7 +2,7 @@ package edu.lu.uni.serval.config;
public class Configuration { public class Configuration {
public static final long SECONDS_TO_WAIT = 9000L; public static final long SECONDS_TO_WAIT = 90L;
// public static String ROOT_PATH = "/Volumes/data/bugStudy/dataset/"; // The root path of all output data. // public static String ROOT_PATH = "/Volumes/data/bugStudy/dataset/"; // The root path of all output data.
public static String ROOT_PATH = "/Users/anilkoyuncu/bugStudy/dataset/"; // The root path of all output data. public static String ROOT_PATH = "/Users/anilkoyuncu/bugStudy/dataset/"; // The root path of all output data.