mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
920d80ad6e
install_apk() was using the default timeout of 30 seconds, this can cause problems for some applications on slower targets. Since installation is expected to be a long-ish operation, there is not reason for the timeout to be this short. This commit adjusts the timeout to 5 minutes, which should be a more reasonable value for most applications. For some apps with particularly large APKs, this may not be enough, but in those cases, the default should already be overriden on per-worload bases.