We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa539d commit 626d9e6Copy full SHA for 626d9e6
1 file changed
driver-core/src/test/java/com/datastax/driver/core/CCMBridge.java
@@ -473,9 +473,8 @@ private String getStartWaitArguments() {
473
// interface slightly before it joins the cluster.
474
if (this.cassandraVersion.getMajor() == 1) {
475
return " --wait-other-notice";
476
- } else {
477
- return " --no-wait";
478
}
+ return "";
479
480
481
@Override
0 commit comments