Skip to content

Commit 87a67ab

Browse files
committed
Updated TOKEN_WAIT_DURATION_MS to correct value.
1 parent c77a7e0 commit 87a67ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/sqlserver/jdbc/SQLServerSecurityUtility.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class SQLServerSecurityUtility {
5858

5959
private static final Lock CREDENTIAL_LOCK = new ReentrantLock();
6060

61-
private static final int TOKEN_WAIT_DURATION_MS = 0;
61+
private static final int TOKEN_WAIT_DURATION_MS = 20000;
6262

6363
private SQLServerSecurityUtility() {
6464
throw new UnsupportedOperationException(SQLServerException.getErrString("R_notSupported"));

0 commit comments

Comments
 (0)