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.
2 parents f80f7ba + 4cfde0e commit a62e7a1Copy full SHA for a62e7a1
common/src/main/java/org/apache/atlas/AtlasConstants.java
@@ -38,5 +38,5 @@ private AtlasConstants() {
38
public static final String DEFAULT_ATLAS_REST_ADDRESS = "http://localhost:21000";
39
public static final String DEFAULT_TYPE_VERSION = "1.0";
40
public static final int ATLAS_SHUTDOWN_HOOK_PRIORITY = 30;
41
- public static final int TASK_WAIT_TIME_MS = 200_000;
+ public static final int TASK_WAIT_TIME_MS = 180_000;
42
}
0 commit comments