Skip to content

Commit

Permalink
test: Increase Redis connection timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Geer committed Nov 27, 2019
1 parent 3ef4e9d commit cf17688
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class CacheServiceManager extends Actor with ActorLogging with LazyLogging with
/**
* The Redis Client Pool
*/
val pool: JedisPool = new JedisPool(new JedisPoolConfig(), s.redisHost, s.redisPort)
val pool: JedisPool = new JedisPool(new JedisPoolConfig(), s.redisHost, s.redisPort, 20999)

// this is needed for time measurements using 'org.knora.webapi.Timing'

Expand Down

0 comments on commit cf17688

Please sign in to comment.