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

upping timeout value to help tests finish, so the long ones can be measured.

parent 252cc226
No related branches found
No related tags found
No related merge requests found
...@@ -149,9 +149,12 @@ ...@@ -149,9 +149,12 @@
time out may need to be set/adjust for api or performance tests? time out may need to be set/adjust for api or performance tests?
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: 14400000: 4 hours ... milliseconds to more recognizable units:
up'd to 4 hours after P2 7200000: 2 hours 3600000: 1 hour 14400000: 4 hours
1800000: 30 minutes 600000: 10 minutes 7200000: 2 hours
3600000: 1 hour
1800000: 30 minutes
600000: 10 minutes
--> -->
<property <property
name="testTimeLimit" name="testTimeLimit"
......
...@@ -46,9 +46,11 @@ ...@@ -46,9 +46,11 @@
<property <property
name="testRoot" name="testRoot"
value="${testRoot}"/> value="${testRoot}"/>
<!-- temporarily changed from 30 minutes (1800000) to 2 hrs (7200000)
to help spot problematic tests -->
<property <property
name="timeout" name="timeout"
value="1800000"/> value="7200000"/>
<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