Skip to content

Commit 66d4ba4

Browse files
committed
increased iterations number
1 parent e79b542 commit 66d4ba4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,9 +1242,10 @@ public static void buildDeployWebServiceAppInPod(
12421242
// Create app dir in the admin pod
12431243
StringBuffer mkdirCmd = new StringBuffer(" -- bash -c 'mkdir -p ");
12441244
mkdirCmd.append(appLocationInPod + "'");
1245-
// Create app dir in the admin pod
12461245

1246+
// Create app dir in the admin pod
12471247
kubectlexec(adminServerPod, domainNS, mkdirCmd.toString());
1248+
12481249
// Create WEB-INF in the app dir
12491250
mkdirCmd = new StringBuffer(" -- bash -c 'mkdir -p ");
12501251
mkdirCmd.append(appLocationInPod + "/WEB-INF'");

integration-tests/src/test/resources/OperatorIT.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ baseDir=/scratch
55
#wls admin user
66
username=weblogic
77
password=welcome1
8-
maxIterationsPod=25
9-
waitTimePod=10
8+
maxIterationsPod=50
9+
waitTimePod=10

0 commit comments

Comments
 (0)