|
|
|
@ -31,7 +31,7 @@ public class RedisContainer extends Container { |
|
|
|
|
|
|
|
|
|
|
|
public RedisContainer() { |
|
|
|
public RedisContainer() { |
|
|
|
super("redis:4.0.6", 6379, |
|
|
|
super("redis:4.0.6", 6379, |
|
|
|
(container) -> container.withStartupAttempts(5).withStartupTimeout(Duration.ofMinutes(2))); |
|
|
|
(container) -> container.withStartupAttempts(5).withStartupTimeout(Duration.ofMinutes(10))); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|