We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f31d18 commit ff0cc04Copy full SHA for ff0cc04
integration-tests/src/test/java/com/datastax/oss/driver/core/metrics/MetricsITBase.java
@@ -179,7 +179,7 @@ public void should_evict_down_node_metrics_when_timeout_fires() throws Exception
179
// then node-level metrics should be evicted from node1, but
180
// node2 and node3 metrics should not have been evicted
181
await()
182
- .atMost(Duration.ofSeconds(15))
+ .atMost(Duration.ofSeconds(40))
183
.untilAsserted(() -> assertNodeMetricsEvicted(session, node1));
184
assertNodeMetricsNotEvicted(session, node2);
185
assertNodeMetricsNotEvicted(session, node3);
0 commit comments