The number of seconds before a connection attempt times out with an error.
int ConnectionTimeout
Read-only
15 seconds.
IDbConnection.ConnectionTimeout
The following statement changes the ConnectionTimeout to 30 seconds.
conn.ConnectionTimeout = 30;