Made the timeout for test dilated

This commit is contained in:
Jonas Bonér 2012-06-01 17:25:27 +02:00
parent a3d48339ca
commit 505e0717b9

View file

@ -33,7 +33,7 @@ abstract class NodeLeavingAndExitingAndBeingRemovedSpec extends MultiNodeSpec(No
lazy val secondAddress = node(second).address
lazy val thirdAddress = node(third).address
val reaperWaitingTime = 30 seconds
val reaperWaitingTime = 30.seconds.dilated
"A node that is LEAVING a non-singleton cluster" must {