From 514d1ed372bb7c0d1e233438610634431075cf5a Mon Sep 17 00:00:00 2001 From: Blake Motl Date: Wed, 28 Aug 2019 10:48:03 -0700 Subject: [PATCH] Bumped slack app timeout --- stream_alert/apps/_apps/slack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream_alert/apps/_apps/slack.py b/stream_alert/apps/_apps/slack.py index 5c06e2880..54be61da3 100644 --- a/stream_alert/apps/_apps/slack.py +++ b/stream_alert/apps/_apps/slack.py @@ -35,7 +35,7 @@ class SlackApp(AppIntegration): contain details about your workspace's integrated apps """ - _DEFAULT_REQUEST_TIMEOUT = 10 + _DEFAULT_REQUEST_TIMEOUT = 30 _SLACK_API_BASE_URL = 'https://slack.com/api/' _SLACK_API_MAX_ENTRY_COUNT = 1000 _SLACK_API_MAX_PAGE_COUNT = 100