Create beginnings of spring-boot-tomcat module
This commit is contained in:
committed by
Phillip Webb
parent
0337830615
commit
349f296d26
@@ -104,6 +104,7 @@ abstract class AbstractDeploymentTests {
|
||||
try {
|
||||
Awaitility.await().atMost(Duration.ofMinutes(10)).until(() -> {
|
||||
try {
|
||||
System.out.println(this.container.getLogs());
|
||||
consumer.accept(rest);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user