diff --git a/src/Discord.Net/DiscordClientConfig.cs b/src/Discord.Net/DiscordClientConfig.cs index a90316623..698e6a3bd 100644 --- a/src/Discord.Net/DiscordClientConfig.cs +++ b/src/Discord.Net/DiscordClientConfig.cs @@ -11,7 +11,7 @@ public bool EnableDebug { get; set; } = false; /// Max time in milliseconds to wait for the web socket to connect. - public int ConnectionTimeout { get; set; } = 5000; + public int ConnectionTimeout { get; set; } = 10000; /// Max time in milliseconds to wait for the voice web socket to connect. public int VoiceConnectionTimeout { get; set; } = 10000; /// Gets or sets the time (in milliseconds) to wait after an unexpected disconnect before reconnecting.