Re: Is it possible to fail build if test time increases by X%

2013-01-07 Thread Keith B. Perry
ew test is introduced > it doesn't immediately mark the build as unstable!) > > On Monday, 7 January 2013 21:57:29 UTC, 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 perce

Is it possible to fail build if test time increases by X%

2013-01-07 Thread Keith B. Perry
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?