I am trying to set max threshold on test cases execution in Gradle build files, i.e. lets say I have set a max threshold of 10 seconds for test cases, then build should fail the test case, if the test case takes more than 10 seconds.
Is there any configuration or plugin in Gradle to do that ?
Yeah, we can do in Test frameworks. I am looking for a option to set in gradle build file.
Is there any such configuration that can be set on test case execution.