genymotion-gradle-plugin
genymotion-gradle-plugin copied to clipboard
Documentation states that processTimeout is in seconds, when it is actually in milliseconds
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