Skip to content

Commit e2b5062

Browse files
committed
compilation warning
1 parent 02dedff commit e2b5062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/com/datastax/oss/driver/core/metrics/MetricsITBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public void should_evict_down_node_metrics_when_timeout_fires() throws Exception
179179
// then node-level metrics should be evicted from node1, but
180180
// node2 and node3 metrics should not have been evicted
181181
await()
182-
.atMost(Duration.ofSeconds(120))
182+
.atMost(Duration.ofMinutes(2))
183183
.untilAsserted(() -> assertNodeMetricsEvicted(session, node1));
184184
assertNodeMetricsNotEvicted(session, node2);
185185
assertNodeMetricsNotEvicted(session, node3);

0 commit comments

Comments
 (0)