android - Synchronization in Robotium -


How long does it wait to show a new activity? Is it possible to set timeout manually for solo instances?

What do you want for that time?

If you want to wait to show new activity, you can use it:

  getInstrumentation (). WaitForIdleSync ();  

But since you are using I think they already do this for you.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -