Skip to content

Commit b37d332

Browse files
committed
reduced waitPodTime1
1 parent 6cf3453 commit b37d332

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
@@ -431,7 +431,7 @@ private static Domain createDomain() throws Exception {
431431
private static void updateCRDYamlVerifyShutdown(DomainCRD crd, long delayTime) throws Exception {
432432
String modYaml = crd.getYamlTree();
433433
logger.info(modYaml);
434-
434+
terminationTime = 0;
435435
// Write the modified yaml to a new file
436436
Path path = Paths.get(shutdownTmpDir, "shutdown.managed.yaml");
437437
logger.log(Level.INFO, "Path of the modified domain.yaml :{0}", path.toString());

0 commit comments

Comments
 (0)