summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
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" />