Skip to content

Commit

Permalink
Alleviate the race condition in the `pool-checkout-maxConnecting-is-e…
Browse files Browse the repository at this point in the history
…nforced` test (#1366)

JAVA-5417
  • Loading branch information
stIncMale authored Apr 15, 2024
1 parent 7bf5ec2 commit ee69466
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"closeConnection": false,
"blockConnection": true,
"blockTimeMS": 750
"blockTimeMS": 800
}
},
"poolOptions": {
Expand Down Expand Up @@ -53,7 +53,7 @@
},
{
"name": "wait",
"ms": 100
"ms": 400
},
{
"name": "checkOut",
Expand Down

0 comments on commit ee69466

Please sign in to comment.