-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Higher recovery timeout in PersistentActorRecoveryTimeoutSpec #21445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Higher recovery timeout in PersistentActorRecoveryTimeoutSpec #21445
Conversation
@@ -15,7 +15,7 @@ object PersistentActorRecoveryTimeoutSpec { | |||
SteppingInmemJournal.config(PersistentActorRecoveryTimeoutSpec.journalId).withFallback( | |||
ConfigFactory.parseString( | |||
""" | |||
|akka.persistence.journal.stepping-inmem.recovery-event-timeout=100ms | |||
|akka.persistence.journal.stepping-inmem.recovery-event-timeout=500ms |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happens if you make it even longer? will that slow down the test too much?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's what I was thinking, but it's just a single negative test case so maybe a second wouldn't hurt too much.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
LGTM |
e4fd19c
to
72760cc
Compare
Test PASSed. |
Test PASSed. |
LGTM |
1 similar comment
LGTM |
To not fail on slow/gc
Fixes #20728