Merge pull request #18963 from johanandren/wip-18312-failed-cluster-metrics-test-johanandren

=tes #18312 Increased the timeout of the test actor and dilated it
This commit is contained in:
Konrad Malawski 2015-11-24 12:37:12 +01:00
commit 51dc89c45e

View file

@ -130,7 +130,7 @@ trait TestKitBase {
awaitCond(ref match {
case r: RepointableRef r.isStarted
case _ true
}, 1 second, 10 millis)
}, 3.seconds.dilated, 10.millis)
ref
}