We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b482c commit a740e79Copy full SHA for a740e79
integration-tests/src/test/java/oracle/kubernetes/operator/ITPodsShutdown.java
@@ -328,9 +328,9 @@ public void testAddShutdownOptionsToMSForced() throws Exception {
328
updateCRDYamlVerifyShutdown(crd, delayTime);
329
330
Assert.assertTrue(checkShutdownUpdatedProp(domainUid + "-managed-server1", "Forced"));
331
- if ((terminationDefaultOptionsTime < terminationTime)) {
+ if ((1.5 * terminationDefaultOptionsTime < terminationTime)) {
332
logger.info("\"FAILURE: ignored timeout Forced value during shutdown");
333
- throw new Exception("FAILURE: ignored timeoutValue during shutdown");
+ throw new Exception("FAILURE: ignored timeout Forced during shutdown");
334
}
335
} finally {
336
logger.log(
0 commit comments