From 338d29630c7742323d82ade803da20b2dcbd3e86 Mon Sep 17 00:00:00 2001 From: Johannes Mockenhaupt Date: Mon, 17 Jul 2017 15:41:44 +0200 Subject: [PATCH] Notes from manual timing test (yeah, new timeout code seems to work). --- .../ruffyscripter/RuffyScripterInstrumentedTest.java | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/src/androidTest/java/ruffyscripter/RuffyScripterInstrumentedTest.java b/app/src/androidTest/java/ruffyscripter/RuffyScripterInstrumentedTest.java index b8e9a3a41c..4374de8bc0 100644 --- a/app/src/androidTest/java/ruffyscripter/RuffyScripterInstrumentedTest.java +++ b/app/src/androidTest/java/ruffyscripter/RuffyScripterInstrumentedTest.java @@ -20,13 +20,19 @@ import org.slf4j.LoggerFactory; import de.jotomo.ruffyscripter.RuffyScripter; import de.jotomo.ruffyscripter.commands.CommandResult; import de.jotomo.ruffyscripter.commands.ReadPumpStateCommand; -import info.nightscout.androidaps.MainApp; import static junit.framework.Assert.assertFalse; import static junit.framework.Assert.assertNotNull; -import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; +/* Timing notes + + Bolusing 15 U: input 15 U (150x button up): ~40s + pump wait after confirm : ~5s + delivering : ~75s + total : ~120s + */ + /** * Instrumentation test, which will execute on an Android device. *