This commit is contained in:
Johannes Mockenhaupt 2017-07-26 18:02:21 +02:00
parent 02c80a924c
commit 78d2322c14
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1
2 changed files with 3 additions and 3 deletions

View file

@ -96,7 +96,7 @@ public class BolusCommand implements Command {
SystemClock.sleep(100); SystemClock.sleep(100);
} }
// Give the pump time to finish any scrolling that might still be going on, can take // Give the pump time to finish any scrolling that might still be going on, can take
// up to 1100s. Plus some extra time to be sure // up to 1100ms. Plus some extra time to be sure
SystemClock.sleep(2000); SystemClock.sleep(2000);
} }

View file

@ -125,7 +125,7 @@ public class SetTbrCommand implements Command {
log.debug("Push #" + (i + 1)); log.debug("Push #" + (i + 1));
} }
// Give the pump time to finish any scrolling that might still be going on, can take // Give the pump time to finish any scrolling that might still be going on, can take
// up to 1100s. Plus some extra time to be sure // up to 1100ms. Plus some extra time to be sure
SystemClock.sleep(2000); SystemClock.sleep(2000);
} }
@ -190,7 +190,7 @@ public class SetTbrCommand implements Command {
log.debug("Push #" + (i + 1)); log.debug("Push #" + (i + 1));
} }
// Give the pump time to finish any scrolling that might still be going on, can take // Give the pump time to finish any scrolling that might still be going on, can take
// up to 1100s. Plus some extra time to be sure // up to 1100ms. Plus some extra time to be sure
SystemClock.sleep(2000); SystemClock.sleep(2000);
} }