Skip to content

Commit d578598

Browse files
committed
remove one hard sleep
1 parent edadb0f commit d578598

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator/utils

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/utils/Domain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ public void findServerPropertyChange(String changedProperty, String serverName)
951951
+ ".yaml");
952952
logger.info("kubectl execut with command: " + command.toString());
953953
TestUtils.exec(command.toString());
954-
Thread.sleep(10 * 1000);
954+
955955
try {
956956
String content = new String(Files.readAllBytes(Paths.get(outDir + serverName + ".yaml")));
957957
boolean result = content.indexOf(changedProperty) >= 0;

0 commit comments

Comments
 (0)