Skip to content

Commit cbdc3c0

Browse files
Trigger build
1 parent dc33cde commit cbdc3c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/microsoft/sqlserver/jdbc/connection/TimeoutTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public void testDefaultLoginTimeout() {
5454

5555
long timeDiff = timerEnd - timerStart;
5656
assertTrue(timeDiff > 14000);
57+
5758
// Verify that login timeout does not default to max value of 60 seconds
5859
assertTrue(timeDiff < 30000);
5960
}

0 commit comments

Comments
 (0)