Skip to content

Commit 3c77adb

Browse files
committed
increase the operator creae helm install timeout to 120 since it is not
enough in hsted box
1 parent 2900cd1 commit 3c77adb

File tree

2 files changed

+1
-283
lines changed

2 files changed

+1
-283
lines changed

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

Lines changed: 0 additions & 282 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public void callHelmInstall() throws Exception {
325325
.append(operatorNS)
326326
.append(" --set \"imagePullPolicy=")
327327
.append(imagePullPolicy)
328-
.append("\" --wait --timeout 60");
328+
.append("\" --wait --timeout 120");
329329
logger.info("Running " + cmd);
330330
ExecResult result = ExecCommand.exec(cmd.toString());
331331
if (result.exitValue() != 0) {

0 commit comments

Comments
 (0)