Skip to content

Commit e21e476

Browse files
author
Sankar Periyathambi Neelakandan
committed
fix
1 parent ecc65b0 commit e21e476

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@ public void testOperatorUpgradeFrom2_2_1ToDevelop() throws Exception {
192192

193193
private void upgradeOperator(boolean restart) throws Exception {
194194
upgradeOperatorHelm(OP_TARGET_RELEASE);
195-
printCompVersions();
196-
if (restart) {
197-
checkDomainRollingRestarted();
198-
}
195+
// printCompVersions();
196+
// if (restart) {
197+
// checkDomainRollingRestarted();
198+
// }
199199
printCompVersions();
200200
checkOperatorVersion(OP_TARGET_RELEASE_VERSION);
201201
// testBasicUseCases(domain);
@@ -209,7 +209,7 @@ private static void pullImages() throws Exception {
209209
private void upgradeOperatorHelm(String upgradeRelease) throws Exception {
210210
operator20.callHelmUpgrade("image=" + upgradeRelease);
211211
logger.log(Level.INFO, "Sleeping for 10 secs");
212-
Thread.sleep(1000 * 10);
212+
Thread.sleep(1000 * 300);
213213
TestUtils.ExecAndPrintLog("kubectl get all --all-namespaces");
214214
}
215215

0 commit comments

Comments
 (0)