You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/CassandraContainer.java
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@
19
19
importjava.time.Duration;
20
20
21
21
/**
22
-
* Custom {@link org.testcontainers.containers.CassandraContainer} tuned to improve
23
-
* startup time.
22
+
* Custom {@link org.testcontainers.containers.CassandraContainer} tuned for stability in
23
+
* heavily contended environments such as CI.
24
24
*
25
25
* @author Andy Wilkinson
26
26
* @since 2.4.10
@@ -29,10 +29,6 @@ public class CassandraContainer extends org.testcontainers.containers.CassandraC
0 commit comments