Merge branch '2.1.x' into 2.2.x
Closes gh-19570
This commit is contained in:
@@ -339,7 +339,7 @@ class SysVinitLaunchScriptIT {
|
||||
withCopyFileToContainer(MountableFile.forHostPath("src/test/resources/scripts/" + testScript),
|
||||
"/" + testScript);
|
||||
withCommand("/bin/bash", "-c", "chmod +x " + testScript + " && ./" + testScript);
|
||||
withStartupTimeout(Duration.ofMinutes(5));
|
||||
withStartupTimeout(Duration.ofMinutes(10));
|
||||
}
|
||||
|
||||
private static File findApplication() {
|
||||
|
||||
Reference in New Issue
Block a user