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 2d5dec6 commit 1326823Copy full SHA for 1326823
integration-tests/src/test/java/oracle/kubernetes/operator/ItPodsShutdown.java
@@ -470,7 +470,7 @@ public void testAddShutdownOptionsToMsForced() throws Exception {
470
updateCrdYamlVerifyShutdown(crd, delayTime);
471
472
Assert.assertTrue(checkShutdownUpdatedProp(domainUid + "-managed-server1", "Forced"));
473
- if ((1.5 * terminationDefaultOptionsTime < terminationTime)) {
+ if ((2 * terminationDefaultOptionsTime < terminationTime)) {
474
logger.info("\"FAILURE: ignored timeout Forced value during shutdown");
475
throw new Exception("FAILURE: ignored timeout Forced during shutdown");
476
}
0 commit comments