You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2016/05/05 08:20:46 UTC

svn commit: r1742373 - /gump/metadata/project/tomcat-tc7.xml

Author: markt
Date: Thu May  5 08:20:46 2016
New Revision: 1742373

URL: http://svn.apache.org/viewvc?rev=1742373&view=rev
Log:
Relax timing constraints for Tomcat 7.0.x tests

Modified:
    gump/metadata/project/tomcat-tc7.xml

Modified: gump/metadata/project/tomcat-tc7.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc7.xml?rev=1742373&r1=1742372&r2=1742373&view=diff
==============================================================================
--- gump/metadata/project/tomcat-tc7.xml (original)
+++ gump/metadata/project/tomcat-tc7.xml Thu May  5 08:20:46 2016
@@ -141,6 +141,7 @@
       <property name="execute.test.bio" value="true"/>
       <property name="execute.test.nio" value="false"/>
       <property name="base.path" path="tomcat-build-libs"/>
+      <property name="test.relaxTiming" value="true"/>
     </ant>
 
    <depend project="ant" inherit="runtime" />
@@ -190,6 +191,7 @@
       <property name="execute.test.bio" value="false"/>
       <property name="execute.test.nio" value="true"/>
       <property name="base.path" path="tomcat-build-libs"/>
+      <property name="test.relaxTiming" value="true"/>
     </ant>
 
    <depend project="ant" inherit="runtime" />
@@ -241,6 +243,7 @@
       <property name="test.apr.loc" project="tomcat-native-12-make-install"
                 reference="home"/>
       <property name="base.path" path="tomcat-build-libs"/>
+      <property name="test.relaxTiming" value="true"/>
     </ant>
 
    <depend project="ant" inherit="runtime" />