From cc8bf7671be231487a445d3262490aea55823440 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 13 Dec 2023 00:17:40 +0100 Subject: [PATCH] try to fix ClusterActorLoggingSpec (#808) * try to fix test * Update build-test-prValidation.yml --- .../org/apache/pekko/cluster/typed/ClusterActorLoggingSpec.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster-typed/src/test/scala/org/apache/pekko/cluster/typed/ClusterActorLoggingSpec.scala b/cluster-typed/src/test/scala/org/apache/pekko/cluster/typed/ClusterActorLoggingSpec.scala index 5c249eb32a..b0dfe770dc 100644 --- a/cluster-typed/src/test/scala/org/apache/pekko/cluster/typed/ClusterActorLoggingSpec.scala +++ b/cluster-typed/src/test/scala/org/apache/pekko/cluster/typed/ClusterActorLoggingSpec.scala @@ -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 """) }