We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ffe58e commit 637f940Copy full SHA for 637f940
1 file changed
src/test/java/com/microsoft/sqlserver/jdbc/resiliency/BasicConnectionTest.java
@@ -57,7 +57,7 @@ public void testBasicConnectionAAD() throws SQLException {
57
org.junit.Assume.assumeTrue(azureServer != null && !azureServer.isEmpty());
58
59
basicReconnect("jdbc:sqlserver://" + azureServer + ";database=" + azureDatabase + ";user=" + azureUserName
60
- + ";password=" + azurePassword + ";loginTimeout=30;Authentication=ActiveDirectoryPassword");
+ + ";password=" + azurePassword + ";loginTimeout=90;Authentication=ActiveDirectoryPassword");
61
}
62
63
@Test
0 commit comments