Closed GoogleCodeExporter closed 9 years ago
Attaching sample project
Original comment by m...@smpete.com
on 7 Apr 2015 at 8:08
Attachments:
That's more or less by design - Espresso attempts to synchronize with your app
by making sure that there's nothing pending in the UI thread message queue
(this condition usually means that UI is about to get updated and generally
it's a good idea for the test to wait). If you have something that constantly
keeps the UI thread busy (like this progress bar), Espresso will wait for it to
stop and eventually time out.
If you can disabled the progress bar for testing, that would be the way to go.
Original comment by vale...@google.com
on 9 Apr 2015 at 11:57
Original issue reported on code.google.com by
m...@smpete.com
on 7 Apr 2015 at 8:05