Skip to content

Commit

Permalink
Updated TOKEN_WAIT_DURATION_MS to correct value.
Browse files Browse the repository at this point in the history
  • Loading branch information
machavan committed Jan 8, 2025
1 parent c77a7e0 commit 87a67ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class SQLServerSecurityUtility {

private static final Lock CREDENTIAL_LOCK = new ReentrantLock();

private static final int TOKEN_WAIT_DURATION_MS = 0;
private static final int TOKEN_WAIT_DURATION_MS = 20000;

private SQLServerSecurityUtility() {
throw new UnsupportedOperationException(SQLServerException.getErrString("R_notSupported"));
Expand Down

0 comments on commit 87a67ab

Please sign in to comment.