Fix application restart detection
Closes gh-43
This commit is contained in:
@@ -39,7 +39,7 @@ class AwaitApplication implements BeforeAllCallback {
|
||||
.compile("Started [A-Za-z0-9]+ in [0-9\\.]+ seconds \\(process running for [0-9\\.]+\\)");
|
||||
|
||||
private final Pattern APPLICATION_RE_STARTED = Pattern
|
||||
.compile("Spring-managed lifecycle restart completed in [0-9\\.]+ ms");
|
||||
.compile("Spring-managed lifecycle restart completed");
|
||||
|
||||
@Override
|
||||
public void beforeAll(ExtensionContext context) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user