Skip to content

Commit a62e7a1

Browse files
authored
Merge pull request #2275 from atlanhq/PLT-1765
PLT-1765: update thread logic to continue with wait time and loop
2 parents f80f7ba + 4cfde0e commit a62e7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/org/apache/atlas/AtlasConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ private AtlasConstants() {
3838
public static final String DEFAULT_ATLAS_REST_ADDRESS = "http://localhost:21000";
3939
public static final String DEFAULT_TYPE_VERSION = "1.0";
4040
public static final int ATLAS_SHUTDOWN_HOOK_PRIORITY = 30;
41-
public static final int TASK_WAIT_TIME_MS = 200_000;
41+
public static final int TASK_WAIT_TIME_MS = 180_000;
4242
}

0 commit comments

Comments
 (0)