How long does a robotium wait for a new action? Can I manually set a timeout for a Solo instance?
Why is this timeout needed?
If you want to wait for a new action to appear, you can use:
getInstrumentation().waitForIdleSync();
But since you are using Robotium, I think they are already doing this for you.
, solo.waitForActivity() 10 . Robotium - , , / Waiter.
solo.waitForActivity()
Source: https://habr.com/ru/post/1750278/More articles:как решить проблему дизайна в моем приложении с помощью Spring + iBatis - javaHow to save an object in fooSettings.settings file in Visual Studio? - c #C # Active Directory through WMI - c #JAVA - strange problem (maybe a thread issue) with JTable & Model - javaWhich device uses JTS LineString.getLength () - javaAppEngine: Is it possible to write a dynamic property (db.Expando) with the name selected at run time? - pythonWhy does the behavior of Response.Write change in this scenario? - c #simple question: the difficulty of declaring and using a variable - asp.net-mvcSimulation software for designing a network serialization protocol - designcomparing dates in C # with zero in mind - c #All Articles