Index: MySqlConnectionStringBuilder.cs =================================================================== --- MySqlConnectionStringBuilder.cs (revision 1444) +++ MySqlConnectionStringBuilder.cs (working copy) @@ -364,7 +364,7 @@ [DisplayName("Connect Timeout")] [Description("The length of time (in seconds) to wait for a connection " + "to the server before terminating the attempt and generating an error.")] - [DefaultValue(15)] + [DefaultValue(10)] [RefreshProperties(RefreshProperties.All)] #endif public uint ConnectionTimeout