summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2010-05-03 09:35:13 +0000
committerPhilipp Haller <hallerp@gmail.com>2010-05-03 09:35:13 +0000
commitb8e90e8aefba2cf6c65f3e1153b99b81e90f0bee (patch)
treeec082f901440a392f83d11305b97b20b7a7737bd /build.xml
parent3ec6dba7bac21c5e8b518a2aef7592ea5f23e61b (diff)
downloadscala-b8e90e8aefba2cf6c65f3e1153b99b81e90f0bee.tar.gz
scala-b8e90e8aefba2cf6c65f3e1153b99b81e90f0bee.tar.bz2
scala-b8e90e8aefba2cf6c65f3e1153b99b81e90f0bee.zip
Increased partest per-test timeout in an attemp...
Increased partest per-test timeout in an attempt to fix the windows nightly.
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 58373ea69b..bb508872d2 100644
--- a/build.xml
+++ b/build.xml
@@ -1504,7 +1504,7 @@ BOOTRAPING TEST AND TEST SUITE
<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="1800" />
+ <sysproperty key="partest.test-timeout" value="3600" />
<sysproperty key="partest.srcdir" value="files" />
<sysproperty key="partest.scalacopts" value="${scalac.args.all}" />
<sysproperty key="partest.javacopts" value="${javac.args}" />