File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
integration-tests/src/test/java/oracle/weblogic/kubernetes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ void testCreateMiiDomain() {
298
298
resourcePath ,
299
299
adminServerPodName );
300
300
} else {
301
- String curlCmd = "curl -sk --show-error --noproxy '*' "
301
+ String curlCmd = "curl -skg --show-error --noproxy '*' "
302
302
+ " https://" + hostAndPort
303
303
+ "/console/login/LoginForm.jsp --write-out %{http_code} -o /dev/null" ;
304
304
logger .info ("Executing default-admin nodeport curl command {0}" , curlCmd );
Original file line number Diff line number Diff line change @@ -811,7 +811,7 @@ public static DomainResource createDomainResourceWithLogHome(
811
811
.runtimeEncryptionSecret (encryptionSecretName )
812
812
.onlineUpdate (new OnlineUpdate ()
813
813
.enabled (onlineUpdateEnabled )))
814
- .introspectorJobActiveDeadlineSeconds (300L ));
814
+ .introspectorJobActiveDeadlineSeconds (600L ));
815
815
816
816
if (setDataHome ) {
817
817
domainSpec .dataHome (uniquePath + "/data" );
You can’t perform that action at this time.
0 commit comments