You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2011/03/03 15:16:10 UTC

svn commit: r1076633 - /openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml

Author: mikedd
Date: Thu Mar  3 14:16:09 2011
New Revision: 1076633

URL: http://svn.apache.org/viewvc?rev=1076633&view=rev
Log:
increase timeout for tck runs

Modified:
    openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml

Modified: openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml?rev=1076633&r1=1076632&r2=1076633&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml (original)
+++ openjpa/branches/1.2.x/openjpa-integration/tck/pom.xml Thu Mar  3 14:16:09 2011
@@ -227,7 +227,7 @@ databaseName=${db.name}
                             <attribute name="buildfile" />
                             <attribute name="target" />
                             <sequential>
-                                <java classname="org.apache.tools.ant.launch.Launcher" fork="true" failonerror="true" dir="${tck.dir}/src" append="true" output="${tck.log}" timeout="7200000" resultproperty="tsant.result">
+                                <java classname="org.apache.tools.ant.launch.Launcher" fork="true" failonerror="true" dir="${tck.dir}/src" append="true" output="${tck.log}" timeout="14400000" resultproperty="tsant.result">
                                     <arg value="-emacs" />
                                     <arg value="-buildfile" />
                                     <arg value="@{buildfile}" />