Skip to content

Commit

Permalink
tests need the same amount of connections, which means more threads i…
Browse files Browse the repository at this point in the history
…n the new default model
  • Loading branch information
hvesalai committed Mar 2, 2018
1 parent c79d50c commit 1b2e4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-dbs/testkit.travis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ oracle {
connectionPool=HikariCP
connectionTimeout=600000
idleTimeout=60000
numThreads=1
numThreads=5
tableTableSpace = "slick_data"
indexTableSpace = "slick_index"
}
Expand All @@ -80,7 +80,7 @@ oracle {
connectionPool=HikariCP
connectionTimeout=600000
idleTimeout=60000
numThreads=3
numThreads=15
}
create = [
"""declare
Expand Down

0 comments on commit 1b2e4f0

Please sign in to comment.