diff --git a/app/src/main/java/com/example/ueberwachungssystem/Detection/Detector.java b/app/src/main/java/com/example/ueberwachungssystem/Detection/Detector.java index 826878b..c8ad62c 100644 --- a/app/src/main/java/com/example/ueberwachungssystem/Detection/Detector.java +++ b/app/src/main/java/com/example/ueberwachungssystem/Detection/Detector.java @@ -12,7 +12,7 @@ abstract public class Detector { private boolean extendViolation = false; // Countdown parameters - private final int COUNTDOWN_TIME = 10000; // milliseconds + private final int COUNTDOWN_TIME = 5000; // milliseconds private final int COUNTDOWN_POLLING_TIME = 100; // milliseconds /** Constructor - takes context of current activity */