Derby test suit speed-up
------------------------
Key: OPENJPA-1071
URL: https://issues.apache.org/jira/browse/OPENJPA-1071
Project: OpenJPA
Issue Type: Test
Components: build / infrastructure
Affects Versions: 1.2.1, 1.0.3
Reporter: Donald Woods
Assignee: Donald Woods
Priority: Minor
Fix For: 1.3.0, 2.0.0
See dev discussion thread -
http://n2.nabble.com/Derby-test-suit-speed-up-td2548968.html
Adding the following systemProperties will speed up the default testing on
Derby -
<property>
<name>derby.locks.deadlockTimeout</name>
<value>5</value>
</property>
<property>
<name>derby.locks.waitTimeout</name>
<value>6</value>
</property>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.