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

224269 Startup takes 20 times longer on PPC with P2 enabled -- adjust timeout

parent ee975946
No related branches found
No related tags found
No related merge requests found
...@@ -140,6 +140,7 @@ ...@@ -140,6 +140,7 @@
one for individual suites. one for individual suites.
some common values, of milliseconds to more recognizable units: some common values, of milliseconds to more recognizable units:
14400000: 4 hours ... up'd to 4 hours after P2
7200000: 2 hours 7200000: 2 hours
3600000: 1 hour 3600000: 1 hour
1800000: 30 minutes 1800000: 30 minutes
...@@ -147,7 +148,7 @@ ...@@ -147,7 +148,7 @@
--> -->
<property <property
name="testTimeLimit" name="testTimeLimit"
value="7200000" /> value="14400000" />
<property <property
name="testFailOnError" name="testFailOnError"
value="false" /> value="false" />
......
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