Commit 1852ecc4 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.0.x'

parents d11ee29f de7899fb
......@@ -40,8 +40,8 @@ public class CassandraContainer extends Container {
public CassandraContainer() {
super("cassandra:3.11.1", PORT,
(container) -> container.waitingFor(new WaitStrategy(container))
.withStartupAttempts(3)
.withStartupTimeout(Duration.ofSeconds(60)));
.withStartupAttempts(5)
.withStartupTimeout(Duration.ofSeconds(120)));
}
private static final class WaitStrategy extends HostPortWaitStrategy {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment