=act #3798 Increase coroner timeout in ConsistencySpec
This commit is contained in:
parent
bfbee94fec
commit
344734bef4
1 changed files with 3 additions and 0 deletions
|
|
@ -50,6 +50,9 @@ object ConsistencySpec {
|
|||
|
||||
class ConsistencySpec extends AkkaSpec(ConsistencySpec.config) {
|
||||
import ConsistencySpec._
|
||||
|
||||
override def expectedTestDuration: FiniteDuration = 3.minutes
|
||||
|
||||
"The Akka actor model implementation" must {
|
||||
"provide memory consistency" in {
|
||||
val noOfActors = 7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue