We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbea838 commit 476fe88Copy full SHA for 476fe88
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(20, TimeUnit.SECONDS).until(condition);
+ await().atMost(40, TimeUnit.SECONDS).until(condition);
532
}
533
0 commit comments