longer wait in comm after bolus
This commit is contained in:
parent
8864886702
commit
451a455d3d
1 changed files with 1 additions and 0 deletions
|
@ -382,6 +382,7 @@ public class ExecutionService extends Service {
|
||||||
while (!stop.stopped && !start.failed) {
|
while (!stop.stopped && !start.failed) {
|
||||||
waitMsec(100);
|
waitMsec(100);
|
||||||
}
|
}
|
||||||
|
waitMsec(300);
|
||||||
bolusingTreatment = null;
|
bolusingTreatment = null;
|
||||||
getPumpStatus();
|
getPumpStatus();
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue