Skip to content
This repository was archived by the owner on Dec 7, 2019. It is now read-only.
This repository was archived by the owner on Dec 7, 2019. It is now read-only.

Increase ADB install timeout or make it configurable #7

@koral--

Description

@koral--

Timeout for APK installation is set to only 5 minutes:

I have a ~200 MB APK and a device connected remotely and 5 minutes is not enough.
In ddmlib (so also in spoon) there is a deafult timeout set to 5 s, in case of installation it seems to refer to a single 64 KB chunk of data. Additionally default value can be increased using com.android.ddmlib.DdmPreferences#setTimeOut.

adb install constantly prints percentage during installation. Maybe installation timeout should occur when no new output is received within some time period e.g. 30 s?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions