commit | 04661de4111753b65e781c6337f7a4ffe41948dc | [log] [tgz] |
---|---|---|
author | david_williams <david_williams> | Wed Nov 25 23:25:44 2009 +0000 |
committer | david_williams <david_williams> | Wed Nov 25 23:25:44 2009 +0000 |
tree | 132ab84d2df510e35230f5d973d1a17fa620fbf2 | |
parent | e606611714943667f10ca4c96e4a6dc6067f00d6 [diff] |
increase overall time, shorten per test time.
diff --git a/releng.wtpbuilder/distribution/wtp.tests/build.xml b/releng.wtpbuilder/distribution/wtp.tests/build.xml index 30e0f57..3fa7e54 100644 --- a/releng.wtpbuilder/distribution/wtp.tests/build.xml +++ b/releng.wtpbuilder/distribution/wtp.tests/build.xml
@@ -167,6 +167,7 @@ This testTimeLimit is the whole, overall limit on tests. There's a shorter one for individual suites. some common values, of milliseconds to more recognizable units: + 18000000: 5 hours 14400000: 4 hours 7200000: 2 hours 3600000: 1 hour @@ -175,7 +176,7 @@ --> <property name="testTimeLimit" - value="14400000"/> + value="18000000"/> <property name="testFailOnError" value="false"/>
diff --git a/releng.wtpbuilder/distribution/wtp.tests/testScripts/wtp-junit-tests.xml b/releng.wtpbuilder/distribution/wtp.tests/testScripts/wtp-junit-tests.xml index 47a5cf6..1083c7a 100644 --- a/releng.wtpbuilder/distribution/wtp.tests/testScripts/wtp-junit-tests.xml +++ b/releng.wtpbuilder/distribution/wtp.tests/testScripts/wtp-junit-tests.xml
@@ -47,7 +47,7 @@ --> <property name="timeout" - value="3600000"/> + value="1800000"/> <property name="junit-report-output" value="${junit-report-output}"/>