SQLiteConnection - ConnectionTimeout
Description
Gets the time (in seconds) to wait while trying to establish a connection before terminating the attempt and generating an error.
A value of 0 indicates no limit to the wait time, rather than no wait time, and should be avoided in a System.Data.IDbConnection.ConnectionString because it would cause the connection attempt to wait indefinitely.
Finisar's SQLite ADO.NET Data Provider always returns 0.