We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3713b3 commit cb56bebCopy full SHA for cb56beb
integration-tests/src/test/java/oracle/weblogic/kubernetes/ItConfigDistributionStrategy.java
@@ -827,7 +827,8 @@ private void createDomain() {
827
.namespace(domainNamespace))
828
.spec(new DomainSpec()
829
.configuration(new Configuration()
830
- .overrideDistributionStrategy("DYNAMIC"))
+ .overrideDistributionStrategy("DYNAMIC")
831
+ .introspectorJobActiveDeadlineSeconds(300L))
832
.domainUid(domainUid)
833
.domainHome("/shared/domains/" + domainUid) // point to domain home in pv
834
.domainHomeSourceType("PersistentVolume") // set the domain home source type as pv
0 commit comments