Skip to content

Commit

Permalink
increase timeout on flaky test (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Nov 21, 2023
1 parent f8ef6f3 commit 64d9d70
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
""")
}

Expand Down

0 comments on commit 64d9d70

Please sign in to comment.