Merge pull request #1233 from akka/wip-3133-MBeanSpec-patriknw
Increase within timeout in MBeanSpec, see #3133
This commit is contained in:
commit
1c910c729e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue