Skip to content

Commit 1326823

Browse files
committed
fixed intermitent timing failure
1 parent 2d5dec6 commit 1326823

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)