summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2008-07-08 17:55:14 +0000
committerPhilipp Haller <hallerp@gmail.com>2008-07-08 17:55:14 +0000
commit0c98435e630a3e0cee69b6fa2707056ecd1e4ec1 (patch)
tree78ade184f805f3207e42bdf2f31f3680c000d815 /build.xml
parent3db2a5539bea0f20d67d664cf125de79c90f03a7 (diff)
downloadscala-0c98435e630a3e0cee69b6fa2707056ecd1e4ec1.tar.gz
scala-0c98435e630a3e0cee69b6fa2707056ecd1e4ec1.tar.bz2
scala-0c98435e630a3e0cee69b6fa2707056ecd1e4ec1.zip
Added timeout option to invocation of partest t...
Added timeout option to invocation of partest task.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index a20b79e7a5..8e50156cb4 100644
--- a/build.xml
+++ b/build.xml
@@ -920,7 +920,8 @@ BOOTRAPING TEST AND TEST SUITE
</target>
<target name="test.suite" depends="pack.done">
- <partest showlog="yes" erroronfailed="yes" javacmd="${java.home}/bin/java">
+ <partest showlog="yes" erroronfailed="yes" javacmd="${java.home}/bin/java"
+ timeout="300000">
<classpath>
<path refid="pack.classpath"/>
<fileset dir="${test.dir}/files/lib" includes="*.jar"/>