diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2015-04-26 19:13:29 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2015-04-26 19:13:29 +0000 |
commit | 4920d75eeecf1f064403c567deb8f2d8c0ac2839 (patch) | |
tree | 50af57dbf7d69e05d6643bed0a9eef2ee8e9c210 /pom.xml | |
parent | 05214565537ff0ca6af897168c785bb2210e58ba (diff) | |
download | jackcess-4920d75eeecf1f064403c567deb8f2d8c0ac2839.tar.gz jackcess-4920d75eeecf1f064403c567deb8f2d8c0ac2839.zip |
use inmem dbs to speed up slow unit tests
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@937 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ <configuration> <forkMode>once</forkMode> <parallel>classes</parallel> - <threadCount>1</threadCount> + <threadCount>2</threadCount> <argLine>-Xmx256M</argLine> <systemProperties> <property> |