Skip to content

Commit

Permalink
Broaden timeout for SystemMessageDeliverySpec (akka#23271)
Browse files Browse the repository at this point in the history
Fixes akka#21799 assuming that it's simply a matter of tight timing.
  • Loading branch information
raboof authored Jul 5, 2017
1 parent 6d74e87 commit c3e9e28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class SystemMessageDeliverySpec extends ArteryMultiNodeSpec(ArterySpecSupport.de
expectMsg("hello")
systemC.terminate()
// DeathWatchNotification is sent from systemC, failure detection takes longer than 3 seconds
expectTerminated(remoteRef, 5.seconds)
expectTerminated(remoteRef, 10.seconds)
} finally {
shutdown(systemC)
}
Expand Down

0 comments on commit c3e9e28

Please sign in to comment.