Try to get root cause of timeout in ReplciatorPruningSpec #26957

This commit is contained in:
Johan Andrén 2019-09-30 18:16:15 +02:00
parent f30b40ca8d
commit 2503b13138

View file

@ -22,6 +22,9 @@ object ReplicatorPruningSpec extends MultiNodeConfig {
commonConfig(ConfigFactory.parseString(""" commonConfig(ConfigFactory.parseString("""
akka.loglevel = INFO akka.loglevel = INFO
# we use 3s as write timeouts in test, make sure we see that
# and not time out the expectMsg at the same time
akka.test.single-expect-default = 5s
akka.actor.provider = "cluster" akka.actor.provider = "cluster"
akka.log-dead-letters-during-shutdown = off akka.log-dead-letters-during-shutdown = off
""")) """))