This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new cc8bf7671b try to fix ClusterActorLoggingSpec (#808)
cc8bf7671b is described below

commit cc8bf7671be231487a445d3262490aea55823440
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Dec 13 00:17:40 2023 +0100

    try to fix ClusterActorLoggingSpec (#808)
    
    * try to fix test
    
    * Update build-test-prValidation.yml
---
 .../scala/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
     """)
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to