try to fix ClusterActorLoggingSpec (#808)

* try to fix test

* Update build-test-prValidation.yml
This commit is contained in:
PJ Fanning 2023-12-13 00:17:40 +01:00 committed by GitHub
parent 7332626430
commit cc8bf7671b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ object ClusterActorLoggingSpec {
pekko.remote.artery.canonical.hostname = 127.0.0.1
# generous timeout for cluster forming probes
pekko.actor.testkit.typed.default-timeout = 10s
pekko.actor.testkit.typed.filter-leeway = 10s
""")
}