timefactor=2 also for Typed testkit (#30643)

This commit is contained in:
Patrik Nordwall 2021-09-07 21:14:52 +02:00 committed by GitHub
parent 3f87bfd00c
commit eb6f3e3d19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 0 deletions

View file

@ -46,6 +46,7 @@ jobs:
cat multi-node-test.hosts
sbt -jvm-opts .jvmopts-ci \
-Dakka.test.timefactor=2 \
-Dakka.actor.testkit.typed.timefactor=2 \
-Dakka.cluster.assert=on \
-Dsbt.override.build.repos=false \
-Dakka.test.tags.exclude=gh-exclude \