Skip to content
Snippets Groups Projects
Commit 04661de4 authored by david_williams's avatar david_williams
Browse files

increase overall time, shorten per test time.

parent e6066117
No related branches found
No related tags found
No related merge requests found
...@@ -167,6 +167,7 @@ ...@@ -167,6 +167,7 @@
This testTimeLimit is the whole, overall limit on tests. There's This testTimeLimit is the whole, overall limit on tests. There's
a shorter one for individual suites. some common values, of a shorter one for individual suites. some common values, of
milliseconds to more recognizable units: milliseconds to more recognizable units:
18000000: 5 hours
14400000: 4 hours 14400000: 4 hours
7200000: 2 hours 7200000: 2 hours
3600000: 1 hour 3600000: 1 hour
...@@ -175,7 +176,7 @@ ...@@ -175,7 +176,7 @@
--> -->
<property <property
name="testTimeLimit" name="testTimeLimit"
value="14400000"/> value="18000000"/>
<property <property
name="testFailOnError" name="testFailOnError"
value="false"/> value="false"/>
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
--> -->
<property <property
name="timeout" name="timeout"
value="3600000"/> value="1800000"/>
<property <property
name="junit-report-output" name="junit-report-output"
value="${junit-report-output}"/> value="${junit-report-output}"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment