diff --git a/collect_app/src/androidTest/java/org/odk/collect/android/benchmark/EntitiesBenchmarkTest.kt b/collect_app/src/androidTest/java/org/odk/collect/android/benchmark/EntitiesBenchmarkTest.kt index 6521b5d9702..bdc9d039ab2 100644 --- a/collect_app/src/androidTest/java/org/odk/collect/android/benchmark/EntitiesBenchmarkTest.kt +++ b/collect_app/src/androidTest/java/org/odk/collect/android/benchmark/EntitiesBenchmarkTest.kt @@ -66,13 +66,13 @@ class EntitiesBenchmarkTest { .clickOKOnDialog(MainMenuPage()) .clickGetBlankForm() - .benchmark("Downloading form with http cache", 20, benchmarker) { + .benchmark("Downloading form with http cache", 25, benchmarker) { it.clickGetSelected() } .clickOK(MainMenuPage()) .clickGetBlankForm() - .benchmark("Downloading form second time with http cache", 90, benchmarker) { + .benchmark("Downloading form second time with http cache", 75, benchmarker) { it.clickGetSelected() }