Using a timefactor=2
This commit is contained in:
parent
972182f572
commit
35dbab7b58
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nightly-builds.yml
vendored
4
.github/workflows/nightly-builds.yml
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue