Increase timeout in MetricsCollectorSpec, see #3358
This commit is contained in:
parent
f3f55d4972
commit
f29447e0b2
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class MetricsCollectorSpec extends AkkaSpec(MetricsEnabledSpec.config) with Impl
|
|||
c.processors.isDefined must be(true)
|
||||
}
|
||||
|
||||
"collect 50 node metrics samples in an acceptable duration" taggedAs LongRunningTest in within(7 seconds) {
|
||||
"collect 50 node metrics samples in an acceptable duration" taggedAs LongRunningTest in within(10 seconds) {
|
||||
(1 to 50) foreach { _ ⇒
|
||||
val sample = collector.sample
|
||||
sample.metrics.size must be >= (3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue