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 64d9d70864 increase timeout on flaky test (#796)
64d9d70864 is described below
commit 64d9d70864ca5d594e71ec98296f11de24b28c99
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Nov 21 09:29:18 2023 +0100
increase timeout on flaky test (#796)
---
.../scala/org/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
""")
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]