Set default timefactor for ActorsLeakSpec so it can pass locally
This commit is contained in:
parent
7fffb86246
commit
66c3484986
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ object ActorsLeakSpec {
|
||||||
pekko.remote.classic.quarantine-after-silence = 3 s
|
pekko.remote.classic.quarantine-after-silence = 3 s
|
||||||
pekko.remote.use-unsafe-remote-features-outside-cluster = on
|
pekko.remote.use-unsafe-remote-features-outside-cluster = on
|
||||||
pekko.test.filter-leeway = 12 s
|
pekko.test.filter-leeway = 12 s
|
||||||
|
pekko.test.timefactor = 2
|
||||||
# test is using Java serialization and not priority to rewrite
|
# test is using Java serialization and not priority to rewrite
|
||||||
pekko.actor.allow-java-serialization = on
|
pekko.actor.allow-java-serialization = on
|
||||||
pekko.actor.warn-about-java-serializer-usage = off
|
pekko.actor.warn-about-java-serializer-usage = off
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue