Using a timefactor=2

This commit is contained in:
Marcos Pereira 2021-08-20 11:01:59 -04:00
parent 972182f572
commit 35dbab7b58
No known key found for this signature in database
GPG key ID: F7EBB0FF122A3D87

View file

@ -33,7 +33,7 @@ jobs:
-Djava.security.egd=file:/dev/./urandom \
-Dakka.test.sigar=true \
-Dakka.cluster.assert=on \
-Dakka.test.timefactor=10 \
-Dakka.test.timefactor=2 \
-Dakka.test.tags.exclude=gh-exclude \
clean akka-cluster-metrics/test
@ -92,7 +92,7 @@ jobs:
## TODO: restore the multi-node tests
sbt -jvm-opts .jvmopts-ci \
-Dakka.build.scalaVersion=${{ matrix.scalaVersion }} \
-Dakka.test.timefactor=10 \
-Dakka.test.timefactor=2 \
-Dakka.cluster.assert=on \
-Dakka.test.multi-in-test=${{ matrix.scalaVersion == '2.13' }} \
-Dakka.test.tags.exclude=gh-exclude \