Allow Android Shell command timeouts
------------------------------------
Key: ARQ-1613
URL:
https://issues.jboss.org/browse/ARQ-1613
Project: Arquillian
Issue Type: Feature Request
Components: Extension - Droidium
Affects Versions: droidium_1.0.0.Alpha3
Reporter: Karel Piwko
Assignee: Stefan Miklosovic
Fix For: droidium_1.0.0.Alpha6
It would be handy, if Droidium can setup timeout for DDMS related operations, such as
executing a shell commands.
It looks like it should be possible with:
{code}
DdmPreferences.setTimeOut(timeout);
{code}
By default, timeout is set to 5 seconds, which might be not enough when running in
emulated env.