We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a4167 commit dcb92a4Copy full SHA for dcb92a4
1 file changed
core/src/test/java/com/datastax/oss/driver/internal/core/metadata/MetadataManagerTest.java
@@ -528,6 +528,6 @@ public void removeNode(InetSocketAddress broadcastRpcAddress) {
528
529
// Wait for all the tasks on the pool's admin executor to complete.
530
private void waitForPendingAdminTasks(Callable<Boolean> condition) {
531
- await().atMost(10, TimeUnit.SECONDS).until(condition);
+ await().atMost(20, TimeUnit.SECONDS).until(condition);
532
}
533
0 commit comments