Merge pull request #1233 from akka/wip-3133-MBeanSpec-patriknw

Increase within timeout in MBeanSpec, see #3133
This commit is contained in:
Patrik Nordwall 2013-03-08 06:45:27 -08:00
commit 1c910c729e

View file

@ -95,7 +95,7 @@ abstract class MBeanSpec
enterBarrier("after-4")
}
"support down" taggedAs LongRunningTest in {
"support down" taggedAs LongRunningTest in within(20 seconds) {
val fourthAddress = address(fourth)
runOn(first) {
testConductor.shutdown(fourth, 0).await