Stabilizing the FipsDistTest
* increased the timeout to let Keycloak stop Closes #26374 Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
This commit is contained in:
parent
7a57bfb504
commit
d23383e79c
1 changed files with 2 additions and 1 deletions
|
@ -162,7 +162,8 @@ public final class RawKeycloakDistribution implements KeycloakDistribution {
|
|||
destroyDescendantsOnWindows(keycloak, false);
|
||||
|
||||
keycloak.destroy();
|
||||
keycloak.waitFor(DEFAULT_SHUTDOWN_TIMEOUT_SECONDS, TimeUnit.SECONDS);
|
||||
// TODO: reconsider the hardcoded timeout once https://issues.redhat.com/browse/JBTM-3830 is pulled into Keycloak
|
||||
keycloak.waitFor(180, TimeUnit.SECONDS);
|
||||
exitCode = keycloak.exitValue();
|
||||
} catch (Exception cause) {
|
||||
destroyDescendantsOnWindows(keycloak, true);
|
||||
|
|
Loading…
Reference in a new issue