aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2015-04-26 19:13:29 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2015-04-26 19:13:29 +0000
commit4920d75eeecf1f064403c567deb8f2d8c0ac2839 (patch)
tree50af57dbf7d69e05d6643bed0a9eef2ee8e9c210 /pom.xml
parent05214565537ff0ca6af897168c785bb2210e58ba (diff)
downloadjackcess-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ed3a101..7bbfff0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
<configuration>
<forkMode>once</forkMode>
<parallel>classes</parallel>
- <threadCount>1</threadCount>
+ <threadCount>2</threadCount>
<argLine>-Xmx256M</argLine>
<systemProperties>
<property>