mirror of https://github.com/apache/openjpa.git
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:
parent
211a62738a
commit
78d4af337f
|
@ -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}" />
|
||||
|
|
Loading…
Reference in New Issue