Kicked the partest timeouts way up since apparently even 6 hours

isn't enough for windows to complete.  Don't know what the deal
is there, let's see if 10 hours is enough.  No review.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@21771 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
extempore 2010-05-01 17:17:56 +00:00
parent 5e48dcc897
commit 00ae581f0f
1 changed files with 3 additions and 3 deletions

View File

@ -1502,9 +1502,9 @@ 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="21600" />
<sysproperty key="partest.test-warning" value="150" />
<sysproperty key="partest.test-timeout" value="1200" />
<sysproperty key="partest.timeout" value="36000" />
<sysproperty key="partest.test-warning" value="300" />
<sysproperty key="partest.test-timeout" value="1800" />
<sysproperty key="partest.srcdir" value="files" />
<sysproperty key="partest.scalacopts" value="${scalac.args.all}" />
<sysproperty key="partest.javacopts" value="${javac.args}" />