Genymobile / genymotion-gradle-plugin

A plugin that allows you to control, simply, all your Genymotion devices from your Gradle scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation states that processTimeout is in seconds, when it is actually in milliseconds

suzukieng opened this issue · comments

https://docs.genymotion.com/Content/04_Tools/Genymotion_Plugin_for_Gradle/Configuring_the_Plugin.htm#configuration-properties

processTimeout = TIMEOUT_IN_SECONDS
sets the timeout in seconds for all processes launched in command line.

But the processTimeout value is interpreted as milliseconds.

This will be fixed on the next release