@@ -1120,7 +1120,7 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
map.put(code, process);
}
try {
- TimeUnit.SECONDS.sleep(70 * Integer.parseInt(alarmPlayTimeValue));
+ TimeUnit.SECONDS.sleep(100 * Integer.parseInt(alarmPlayTimeValue));
} catch (InterruptedException e) {
e.printStackTrace();