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 a45ce1a commit c858e21Copy full SHA for c858e21
operator/src/main/java/oracle/kubernetes/operator/tuning/TuningParameters.java
@@ -218,7 +218,7 @@ public boolean isRestartEvictedPods() {
218
* Returns the value of introspector job active deadline seconds with default value depending on the context.
219
*/
220
public long getActiveJobInitialDeadlineSeconds(boolean isInitializeDomainOnPV, String type) {
221
- long defaultValue = 120L;
+ long defaultValue = 600L;
222
if (isInitializeDomainOnPV && isWlsOrRestrictedJRFDomain(type)) {
223
defaultValue = ProcessingConstants.DEFAULT_WLS_OR_RESTRICTED_JRF_INTROSPECTOR_JOB_ACTIVE_DEADLINE_SECONDS;
224
} else if (isInitializeDomainOnPV) {
0 commit comments