On 01/07/2013 10:57 PM, Keith B. Perry wrote:
Hi all, Does anyone know how to do this? Can I fail a build if a test time increases by a certain percentage?For example, if a test takes 100 ms today, but tomorrow it takes 5 seconds...can I have Jenkins fail the build?
You can do this for the job as a whole, using the Build Timeout plugin and entering a percentage value. But currently not for individual test cases.
Chris