Use a timefactor=2 when validating pull requests
This commit is contained in:
parent
0e31566b1a
commit
ec55b42906
1 changed files with 1 additions and 7 deletions
|
|
@ -64,14 +64,8 @@ jobs:
|
||||||
- name: Akka publishLocal
|
- name: Akka publishLocal
|
||||||
run: |-
|
run: |-
|
||||||
sbt -jvm-opts .jvmopts-ci \
|
sbt -jvm-opts .jvmopts-ci \
|
||||||
-Dakka.mima.enabled=false \
|
|
||||||
-Dakka.ci-server=true \
|
-Dakka.ci-server=true \
|
||||||
-Dakka.test.tags.exclude=performance,timing,long-running,gh-exclude \
|
|
||||||
-Dakka.test.multi-in-test=false \
|
|
||||||
-Dakka.test.timefactor=1 \
|
|
||||||
-Dakka.cluster.assert=on \
|
|
||||||
-Dsbt.override.build.repos=false \
|
-Dsbt.override.build.repos=false \
|
||||||
-Dakka.test.multi-node=false \
|
|
||||||
-Dsbt.log.noformat=false \
|
-Dsbt.log.noformat=false \
|
||||||
-Dakka.log.timestamps=true \
|
-Dakka.log.timestamps=true \
|
||||||
publishLocal publishM2
|
publishLocal publishM2
|
||||||
|
|
@ -102,7 +96,7 @@ jobs:
|
||||||
-Dakka.ci-server=true \
|
-Dakka.ci-server=true \
|
||||||
-Dakka.test.tags.exclude=performance,timing,long-running,gh-exclude \
|
-Dakka.test.tags.exclude=performance,timing,long-running,gh-exclude \
|
||||||
-Dakka.test.multi-in-test=false \
|
-Dakka.test.multi-in-test=false \
|
||||||
-Dakka.test.timefactor=1 \
|
-Dakka.test.timefactor=2 \
|
||||||
-Dakka.cluster.assert=on \
|
-Dakka.cluster.assert=on \
|
||||||
-Dsbt.override.build.repos=false \
|
-Dsbt.override.build.repos=false \
|
||||||
-Dakka.test.multi-node=false \
|
-Dakka.test.multi-node=false \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue