Skip to content

Commit

Permalink
resolved lock-up with DistributedPubSubMediatorSpecs (#3896)
Browse files Browse the repository at this point in the history
* resolved lock-up with DistributedPubSubMediatorSpecs

* adjusted spec to use long test conductor timeout, per #3868
  • Loading branch information
Aaronontheweb authored Aug 30, 2019
1 parent 05505bf commit 846b374
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public DistributedPubSubMediatorSpecConfig()
akka.remote.log-remote-lifecycle-events = off
akka.cluster.auto-down-unreachable-after = 0s
akka.cluster.pub-sub.max-delta-elements = 500
akka.testconductor.query-timeout = 1m # we were having timeouts shutting down nodes with 5s default
").WithFallback(DistributedPubSub.DefaultConfig());
}
}
Expand Down

0 comments on commit 846b374

Please sign in to comment.