From 87904e83f9fb982e35dbd15d74efa123e1282a71 Mon Sep 17 00:00:00 2001 From: Ben Gruver Date: Fri, 22 Jan 2016 13:11:11 -0800 Subject: [PATCH] Specify the time units for waitForActivityWithTimeout Change-Id: I21bf943e03d1f85094af5e7579fefb27f302f16c --- core/java/android/app/Instrumentation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/Instrumentation.java b/core/java/android/app/Instrumentation.java index 718433719d0d..24a347068b73 100644 --- a/core/java/android/app/Instrumentation.java +++ b/core/java/android/app/Instrumentation.java @@ -545,7 +545,7 @@ public class Instrumentation { * returning the resulting activity or till the timeOut period expires. * If the timeOut expires before the activity is started, return null. * - * @param timeOut Time to wait before the activity is created. + * @param timeOut Time to wait in milliseconds before the activity is created. * * @return Activity */ -- 2.11.0