Merge pull request #23069 from akka/remoteReDeploymentFailure

Fix RemoteReDeploymentSpec instability (#20180)
This commit is contained in:
Patrik Nordwall 2017-06-09 13:20:48 +02:00 committed by GitHub
commit 6652a368e3

View file

@ -176,6 +176,8 @@ abstract class RemoteReDeploymentMultiJvmSpec(multiNodeConfig: RemoteReDeploymen
expectNoMsg(1.second)
enterBarrier("stopping")
runOn(second) {
Await.result(sys.terminate(), 10.seconds)
}