Author: rombert
Date: Tue Oct 11 14:38:42 2016
New Revision: 1764257

URL: http://svn.apache.org/viewvc?rev=1764257&view=rev
Log:
SLING-6061 - Create per-module Jenkins jobs

Update the elastic timeout percentage to 400 as these are preset values and
500 does not exist - 400 is the largest.

Modified:
    sling/trunk/tooling/jenkins/create_jobs.groovy

Modified: sling/trunk/tooling/jenkins/create_jobs.groovy
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/jenkins/create_jobs.groovy?rev=1764257&r1=1764256&r2=1764257&view=diff
==============================================================================
--- sling/trunk/tooling/jenkins/create_jobs.groovy (original)
+++ sling/trunk/tooling/jenkins/create_jobs.groovy Tue Oct 11 14:38:42 2016
@@ -661,12 +661,12 @@ for more details</p>''')
                 scm('H/15 * * * *')
             }
 
-            // timeout if the job takes 5 times longer than the average
+            // timeout if the job takes 4 times longer than the average
             // duration of the last 3 jobs. Defaults to 30 minutes if
             // no previous job executions are found
             wrappers {
                 timeout {
-                    elastic(500, 3, 30)
+                    elastic(400, 3, 30)
                 }
             }
 


Reply via email to