increase timeout for tck runs

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@1076630 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2011-03-03 14:10:42 +00:00
parent 211a62738a
commit 78d4af337f
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ database.driver=${db.driver}
<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">
<java classname="org.apache.tools.ant.launch.Launcher" fork="true" failonerror="true" dir="${tck.dir}/src" append="true" output="${tck.log}" timeout="14400000">
<arg value="-emacs" />
<arg value="-buildfile" />
<arg value="@{buildfile}" />