Skip to content

Commit

Permalink
Update timeout value
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffery-Wasty committed Sep 20, 2024
1 parent 1de08c9 commit 2ca351e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public void testSqlServerBulkCopyCachingConnectionLevelMultiThreaded() throws Ex

Calendar gmtCal = Calendar.getInstance(TimeZone.getTimeZone("GMT"));
long ms = 1578743412000L;
long timeOut = 150000;
long timeOut = 600000;
int NUMBER_SIMULTANEOUS_INSERTS = 5;

try (SQLServerConnection con = (SQLServerConnection) DriverManager.getConnection(connectionString
Expand Down

0 comments on commit 2ca351e

Please sign in to comment.