longer wait in comm after bolus

This commit is contained in:
Milos Kozak 2016-08-14 20:35:00 +02:00
parent 8864886702
commit 451a455d3d

View file

@ -382,6 +382,7 @@ public class ExecutionService extends Service {
while (!stop.stopped && !start.failed) {
waitMsec(100);
}
waitMsec(300);
bolusingTreatment = null;
getPumpStatus();
return true;