pjfanning commented on code in PR #3092:
URL: https://github.com/apache/pekko/pull/3092#discussion_r3443157825
##########
remote/src/test/scala/org/apache/pekko/remote/artery/RemoteSendConsistencySpec.scala:
##########
@@ -195,7 +195,7 @@ abstract class AbstractRemoteSendConsistencySpec(config:
Config)
def senderProps(sel: ActorSelection) =
Props(new Actor {
- var counter = 1000
+ var counter = 100
Review Comment:
I'd like to delay merging this, especially anything that modifies the test
until we found out what commit caused #3089. Because, it definitely seems like
some recent change has made something that worked before, not work reliably any
more.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]