Skip to content

Conversation

johanandren
Copy link
Contributor

To not fail on slow/gc

Fixes #20728

@akka-ci akka-ci added the validating PR is currently being validated by Jenkins label Sep 12, 2016
@@ -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
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@patriknw
Copy link
Contributor

LGTM

@johanandren johanandren force-pushed the wip-20728-to-tight-recovery-timeout-johanandren branch from e4fd19c to 72760cc Compare September 12, 2016 13:35
@akka-ci akka-ci added validating PR is currently being validated by Jenkins tested PR that was successfully built and tested by Jenkins labels Sep 12, 2016
@akka-ci
Copy link

akka-ci commented Sep 12, 2016

Test PASSed.

@akka-ci akka-ci removed the validating PR is currently being validated by Jenkins label Sep 12, 2016
@akka-ci
Copy link

akka-ci commented Sep 12, 2016

Test PASSed.

@akka-ci akka-ci added the tested PR that was successfully built and tested by Jenkins label Sep 12, 2016
@drewhk
Copy link
Contributor

drewhk commented Sep 13, 2016

LGTM

1 similar comment
@ktoso
Copy link
Contributor

ktoso commented Sep 13, 2016

LGTM

@ktoso ktoso merged commit e65e63e into akka:master Sep 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tested PR that was successfully built and tested by Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants