summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2008-07-09 16:51:32 +0000
committerPhilipp Haller <hallerp@gmail.com>2008-07-09 16:51:32 +0000
commite85297fc2b1783770ec8eeda8bc0254d7379f7ad (patch)
treefa1f47b7908bd49bd1370570dc036fb2f8768422 /build.xml
parentf3bfae5a987ad9e8d61b214fb4c8d0f2f159d080 (diff)
downloadscala-e85297fc2b1783770ec8eeda8bc0254d7379f7ad.tar.gz
scala-e85297fc2b1783770ec8eeda8bc0254d7379f7ad.tar.bz2
scala-e85297fc2b1783770ec8eeda8bc0254d7379f7ad.zip
Increased timeout in build.xml to make all test...
Increased timeout in build.xml to make all tests pass.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index f4f452a5da..8fabcdd6dc 100644
--- a/build.xml
+++ b/build.xml
@@ -921,7 +921,7 @@ BOOTRAPING TEST AND TEST SUITE
<target name="test.suite" depends="pack.done">
<partest showlog="yes" erroronfailed="yes" javacmd="${java.home}/bin/java"
- timeout="600000">
+ timeout="1200000">
<classpath>
<path refid="pack.classpath"/>
<fileset dir="${test.dir}/files/lib" includes="*.jar"/>