Skip to content

Commit 3c70694

Browse files
authored
Merge pull request #1207 from oracle/shutdownfix
OWLS-76416, fixed intermittent failure
2 parents 04ff5c0 + 1326823 commit 3c70694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ItPodsShutdown.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ public void testAddShutdownOptionsToMsForced() throws Exception {
470470
updateCrdYamlVerifyShutdown(crd, delayTime);
471471

472472
Assert.assertTrue(checkShutdownUpdatedProp(domainUid + "-managed-server1", "Forced"));
473-
if ((1.5 * terminationDefaultOptionsTime < terminationTime)) {
473+
if ((2 * terminationDefaultOptionsTime < terminationTime)) {
474474
logger.info("\"FAILURE: ignored timeout Forced value during shutdown");
475475
throw new Exception("FAILURE: ignored timeout Forced during shutdown");
476476
}

0 commit comments

Comments
 (0)