=tes Increase coroner timeout for some tests
This commit is contained in:
parent
aa855aa0dd
commit
a3e5d6b584
2 changed files with 2 additions and 2 deletions
|
|
@ -220,5 +220,5 @@ class ActorCreationPerfSpec extends AkkaSpec("akka.actor.serialize-messages = of
|
|||
|
||||
override def afterTermination() = shutdownMetrics()
|
||||
|
||||
override def expectedTestDuration = 3 minutes
|
||||
override def expectedTestDuration = 5 minutes
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ object ConsistencySpec {
|
|||
class ConsistencySpec extends AkkaSpec(ConsistencySpec.config) {
|
||||
import ConsistencySpec._
|
||||
|
||||
override def expectedTestDuration: FiniteDuration = 3.minutes
|
||||
override def expectedTestDuration: FiniteDuration = 5.minutes
|
||||
|
||||
"The Akka actor model implementation" must {
|
||||
"provide memory consistency" in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue