KEYCLOAK-4993 Fix intermittent failures in ComponentsTest testConcurrencyWithChildren

... and seems that the KEYCLOAK-5020 as well
This commit is contained in:
Hynek Mlnarik 2017-06-21 15:19:23 +02:00
parent be5291f710
commit bf43ccf6c1

View file

@ -85,7 +85,7 @@
"connectionsJpa": {
"default": {
"url": "${keycloak.connectionsJpa.url:jdbc:h2:mem:test}",
"url": "${keycloak.connectionsJpa.url:jdbc:h2:mem:test;MVCC=TRUE}",
"driver": "${keycloak.connectionsJpa.driver:org.h2.Driver}",
"driverDialect": "${keycloak.connectionsJpa.driverDialect:}",
"user": "${keycloak.connectionsJpa.user:sa}",