Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87904e83 authored by Ben Gruver's avatar Ben Gruver
Browse files

Specify the time units for waitForActivityWithTimeout

Change-Id: I21bf943e03d1f85094af5e7579fefb27f302f16c
parent 18116c01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
         */