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 02dedff commit e2b5062Copy full SHA for e2b5062
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(120))
+ .atMost(Duration.ofMinutes(2))
183
.untilAsserted(() -> assertNodeMetricsEvicted(session, node1));
184
assertNodeMetricsNotEvicted(session, node2);
185
assertNodeMetricsNotEvicted(session, node3);
0 commit comments