Skip to content

Commit

Permalink
[DS-2778] Fix max connections configuration: Fixing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVdV committed Oct 13, 2015
1 parent ab060b7 commit 567655a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/filters/testEnvironment.properties
Expand Up @@ -53,6 +53,9 @@ db.password =
# H2 doesn't use schemas
db.schema =

# Maximum number of DB connections in pool
db.maxconnections = 30

# Maximum time to wait before giving up if all connections in pool are busy (milliseconds)
db.maxwait = 5000

Expand Down

0 comments on commit 567655a

Please sign in to comment.