File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -192,10 +192,10 @@ public void testOperatorUpgradeFrom2_2_1ToDevelop() throws Exception {
192
192
193
193
private void upgradeOperator (boolean restart ) throws Exception {
194
194
upgradeOperatorHelm (OP_TARGET_RELEASE );
195
- printCompVersions ();
196
- if (restart ) {
197
- checkDomainRollingRestarted ();
198
- }
195
+ // printCompVersions();
196
+ // if (restart) {
197
+ // checkDomainRollingRestarted();
198
+ // }
199
199
printCompVersions ();
200
200
checkOperatorVersion (OP_TARGET_RELEASE_VERSION );
201
201
// testBasicUseCases(domain);
@@ -209,7 +209,7 @@ private static void pullImages() throws Exception {
209
209
private void upgradeOperatorHelm (String upgradeRelease ) throws Exception {
210
210
operator20 .callHelmUpgrade ("image=" + upgradeRelease );
211
211
logger .log (Level .INFO , "Sleeping for 10 secs" );
212
- Thread .sleep (1000 * 10 );
212
+ Thread .sleep (1000 * 300 );
213
213
TestUtils .ExecAndPrintLog ("kubectl get all --all-namespaces" );
214
214
}
215
215
You can’t perform that action at this time.
0 commit comments