Try to get root cause of timeout in ReplciatorPruningSpec #26957
This commit is contained in:
parent
f30b40ca8d
commit
2503b13138
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ object ReplicatorPruningSpec extends MultiNodeConfig {
|
|||
|
||||
commonConfig(ConfigFactory.parseString("""
|
||||
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.log-dead-letters-during-shutdown = off
|
||||
"""))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue