Skip to content

Commit 3776682

Browse files
committed
fix
1 parent ac9a1a8 commit 3776682

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ private void setupOperatorAndDomain(String operatorGitRelease, String operatorRe
7272
wlstDomainMap.put("namespace", DOM_NS);
7373
wlstDomainMap.put("projectRoot", opUpgradeTmpDir + "/weblogic-kubernetes-operator");
7474
domain = TestUtils.createDomain(wlstDomainMap);
75+
Thread.sleep(1000 * 60);
7576
TestUtils.ExecAndPrintLog("kubectl get all --all-namespaces");
7677
domain.verifyDomainCreated();
7778
// testBasicUseCases(domain);

0 commit comments

Comments
 (0)