summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2010-05-04 14:54:57 +0000
committerPhilipp Haller <hallerp@gmail.com>2010-05-04 14:54:57 +0000
commit2c0731e106db1f6220f65e0997da13cf5188a39a (patch)
treef9f7d5c4b50c3fdb7b18045d2776207d92cac038 /build.xml
parent185b1c828a7f859b32b136e873373a9b79edc304 (diff)
downloadscala-2c0731e106db1f6220f65e0997da13cf5188a39a.tar.gz
scala-2c0731e106db1f6220f65e0997da13cf5188a39a.tar.bz2
scala-2c0731e106db1f6220f65e0997da13cf5188a39a.zip
Some more, hopefully temporary, partest timeout...
Some more, hopefully temporary, partest timeout tweaks. No review.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index bb508872d2..4df52769ec 100644
--- a/build.xml
+++ b/build.xml
@@ -1503,8 +1503,8 @@ BOOTRAPING TEST AND TEST SUITE
<partest classpathref="pack.classpath">
<env key="PATH" path="${build-pack.dir}/bin:${env.PATH}" />
<sysproperty key="partest.timeout" value="36000" />
- <sysproperty key="partest.test-warning" value="300" />
- <sysproperty key="partest.test-timeout" value="3600" />
+ <sysproperty key="partest.test-warning" value="600" />
+ <sysproperty key="partest.test-timeout" value="5400" />
<sysproperty key="partest.srcdir" value="files" />
<sysproperty key="partest.scalacopts" value="${scalac.args.all}" />
<sysproperty key="partest.javacopts" value="${javac.args}" />