=act #3863 Increased test timeout for Scheduler.close() due to GC
This commit is contained in:
parent
f1edf78979
commit
bf59571b8c
1 changed files with 2 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue