=act #3863 Increased test timeout for Scheduler.close() due to GC

This commit is contained in:
Björn Antonsson 2014-02-07 09:16:43 +01:00
parent f1edf78979
commit bf59571b8c

View file

@ -512,7 +512,8 @@ class LightArrayRevolverSchedulerSpec extends AkkaSpec(SchedulerSpec.testConfRev
// println(s"clock=$time")
time
}
override protected def getShutdownTimeout: FiniteDuration = super.getShutdownTimeout.dilated
override protected def getShutdownTimeout: FiniteDuration = (10 seconds).dilated
override protected def waitNanos(ns: Long): Unit = {
// println(s"waiting $ns")