From f1277a48c18f767fe0a6dbe3b597764bc6394cbc Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 17 Nov 2023 23:28:38 +0100 Subject: [PATCH] increase timeout on flaky test --- .../apache/pekko/cluster/typed/ClusterActorLoggingSpec.scala | 2 ++ 1 file changed, 2 insertions(+) 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 be418116348..5c249eb32aa 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 @@ -31,6 +31,8 @@ object ClusterActorLoggingSpec { pekko.remote.classic.netty.tcp.port = 0 pekko.remote.artery.canonical.port = 0 pekko.remote.artery.canonical.hostname = 127.0.0.1 + # generous timeout for cluster forming probes + pekko.actor.testkit.typed.default-timeout = 10s """) }