timeout
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user