Skip to content

Commit

Permalink
Increased connection timeout to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
gpailler committed May 8, 2020
1 parent 823f5e7 commit c742357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Luxa4Slack/SlackNotificationAgent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

internal class SlackNotificationAgent : IDisposable
{
internal const int Timeout = 15000;
internal const int Timeout = 60000;

protected readonly ILogger Logger = LogManager.GetLogger(nameof(SlackNotificationAgent));
protected SlackSocketClient Client;
Expand Down

0 comments on commit c742357

Please sign in to comment.