From 64d9d70864ca5d594e71ec98296f11de24b28c99 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 21 Nov 2023 09:29:18 +0100 Subject: [PATCH] increase timeout on flaky test (#796) --- .../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 be41811634..5c249eb32a 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 """) }