Increased partest per-test timeout in an attempt to fix the windows nightly.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@21784 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
phaller 2010-05-03 09:35:13 +00:00
parent 3a23497ab7
commit ba0404e0ba
1 changed files with 1 additions and 1 deletions

View File

@ -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}" />