fix SchedulerSpec config, see #2941
This commit is contained in:
parent
2df179ab49
commit
b6ad46e88c
1 changed files with 2 additions and 2 deletions
|
|
@ -20,12 +20,12 @@ import akka.testkit._
|
||||||
|
|
||||||
object SchedulerSpec {
|
object SchedulerSpec {
|
||||||
val testConf = ConfigFactory.parseString("""
|
val testConf = ConfigFactory.parseString("""
|
||||||
akka.scheduler.class = akka.actor.DefaultScheduler
|
akka.scheduler.implementation = akka.actor.DefaultScheduler
|
||||||
akka.scheduler.ticks-per-wheel = 32
|
akka.scheduler.ticks-per-wheel = 32
|
||||||
""").withFallback(AkkaSpec.testConf)
|
""").withFallback(AkkaSpec.testConf)
|
||||||
|
|
||||||
val testConfRevolver = ConfigFactory.parseString("""
|
val testConfRevolver = ConfigFactory.parseString("""
|
||||||
akka.scheduler.class = akka.actor.LightArrayRevolverScheduler
|
akka.scheduler.implementation = akka.actor.LightArrayRevolverScheduler
|
||||||
""").withFallback(testConf)
|
""").withFallback(testConf)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue