summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-04-30 14:41:33 +0000
committerPaul Phillips <paulp@improving.org>2010-04-30 14:41:33 +0000
commita514ab4fe15d237998164d7b2825260de1c6a164 (patch)
treedb8267f05718b32bc2ebc62e49b763b2d7da9b50 /build.xml
parentd43999e5d07e8223c9aa8fe344b83cdd42c5e7a7 (diff)
downloadscala-a514ab4fe15d237998164d7b2825260de1c6a164.tar.gz
scala-a514ab4fe15d237998164d7b2825260de1c6a164.tar.bz2
scala-a514ab4fe15d237998164d7b2825260de1c6a164.zip
Kicked partest up to a 6 hour timeout. No review.
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 65ff3e684b..31acda4280 100644
--- a/build.xml
+++ b/build.xml
@@ -1502,7 +1502,7 @@ 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.timeout" value="21600" />
<sysproperty key="partest.test-warning" value="150" />
<sysproperty key="partest.test-timeout" value="1200" />
<sysproperty key="partest.srcdir" value="files" />