Set default timefactor for ActorsLeakSpec so it can pass locally

This commit is contained in:
Matthew de Detrich 2023-07-06 14:47:59 +02:00 committed by Matthew de Detrich
parent 7fffb86246
commit 66c3484986

View file

@ -41,6 +41,7 @@ object ActorsLeakSpec {
pekko.remote.classic.quarantine-after-silence = 3 s
pekko.remote.use-unsafe-remote-features-outside-cluster = on
pekko.test.filter-leeway = 12 s
pekko.test.timefactor = 2
# test is using Java serialization and not priority to rewrite
pekko.actor.allow-java-serialization = on
pekko.actor.warn-about-java-serializer-usage = off