Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgreenbird committed Jan 18, 2023
1 parent 3ffe58e commit 637f940
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void testBasicConnectionAAD() throws SQLException {
org.junit.Assume.assumeTrue(azureServer != null && !azureServer.isEmpty());

basicReconnect("jdbc:sqlserver://" + azureServer + ";database=" + azureDatabase + ";user=" + azureUserName
+ ";password=" + azurePassword + ";loginTimeout=30;Authentication=ActiveDirectoryPassword");
+ ";password=" + azurePassword + ";loginTimeout=90;Authentication=ActiveDirectoryPassword");
}

@Test
Expand Down

0 comments on commit 637f940

Please sign in to comment.