mirror of https://github.com/apache/openjpa.git
increase timeout for tck
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1077976 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e6421a4118
commit
2027274a07
|
@ -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}" />
|
||||
|
|
Loading…
Reference in New Issue