Skip to content

Commit

Permalink
[misc] test stability improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Jul 25, 2023
1 parent a337b91 commit f322c80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void testPoolFailover() throws Exception {
}

try (MariaDbPoolDataSource ds =
new MariaDbPoolDataSource(url + "&poolValidMinDelay=1&connectTimeout=50&maxPoolSize=1")) {
new MariaDbPoolDataSource(url + "&poolValidMinDelay=1&connectTimeout=500&maxPoolSize=1")) {

PooledConnection pc = ds.getPooledConnection();
pc.getConnection().isValid(1);
Expand Down

0 comments on commit f322c80

Please sign in to comment.