nuodb / nuodb-dotnet

.NET Driver for NuoDB
Other
21 stars 13 forks source link

Increase sleeps in TestFixture.cs to avoid test failures #34

Closed philip-stoev closed 6 years ago

philip-stoev commented 6 years ago

Those parts of the test seem to test the ability of the connection pool to shrink back. My reading of the code is that the connection pool may keep connections for up to 10 seconds and that checks for idleness are only performed once every 1 second.