Author: mikedd
Date: Fri Mar 4 14:45:06 2011
New Revision: 1077975
URL: http://svn.apache.org/viewvc?rev=1077975&view=rev
Log:
increase timeout for tck
Modified:
openjpa/branches/2.1.x/openjpa-integration/tck/pom.xml
Modified: openjpa/branches/2.1.x/openjpa-integration/tck/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.1.x/openjpa-integration/tck/pom.xml?rev=1077975&r1=1077974&r2=1077975&view=diff
==============================================================================
--- openjpa/branches/2.1.x/openjpa-integration/tck/pom.xml (original)
+++ openjpa/branches/2.1.x/openjpa-integration/tck/pom.xml Fri Mar 4 14:45:06
2011
@@ -348,7 +348,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}" />