summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}" />