Skip to content

Commit c6b1583

Browse files
hzhao-githubjshum2479
authored andcommitted
backport OWLS-121128 to release4.2
1 parent 66b4359 commit c6b1583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItMaxConcurOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ private static boolean findStringInDomainStatusServerHealth(String regex) {
547547
private OffsetDateTime verifyServersStartedConcurrently(String managedServerPodNamePrefix,
548548
int startPodNum,
549549
int endPodNum) {
550-
final int deltaValue = 60; // seconds
550+
final int deltaValue = 120;
551551
OffsetDateTime msPodCreationTime = null;
552552

553553
// get managed server pod creation time

0 commit comments

Comments
 (0)