summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-04-18 19:10:58 +0000
committerPaul Phillips <paulp@improving.org>2010-04-18 19:10:58 +0000
commit0acdb6a68c756be28fca0de4ec6f8b84aaa4a5ba (patch)
tree66a7cb80311011589eac2765e71691748ef8b33a /build.xml
parent0ffb0708fa5b154f53e35973d99239a94af755ca (diff)
downloadscala-0acdb6a68c756be28fca0de4ec6f8b84aaa4a5ba.tar.gz
scala-0acdb6a68c756be28fca0de4ec6f8b84aaa4a5ba.tar.bz2
scala-0acdb6a68c756be28fca0de4ec6f8b84aaa4a5ba.zip
Raised some partest timeouts, I think with thes...
Raised some partest timeouts, I think with these we might see the windows nightly pass. No review.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 9bc22ae539..7ce742f6ac 100644
--- a/build.xml
+++ b/build.xml
@@ -1500,6 +1500,9 @@ BOOTRAPING TEST AND TEST SUITE
<target name="test.suite" depends="pack.done">
<partest classpathref="pack.classpath">
<env key="PATH" path="${build-pack.dir}/bin:${env.PATH}" />
+ <sysproperty key="partest.timeout" value="14400" />
+ <sysproperty key="partest.test-warning" value="150" />
+ <sysproperty key="partest.test-timeout" value="1200" />
<sysproperty key="partest.srcdir" value="files" />
<sysproperty key="partest.scalacopts" value="${scalac.args.all}" />
<sysproperty key="partest.javacopts" value="${javac.args}" />