Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Increase Analytics API timeout to 10 seconds (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
thallada authored Jan 8, 2018
1 parent 3057f7a commit 8750cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics_dashboard/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
# Time in seconds that Insights should wait on external services
# before giving up. These values should be overridden in
# configuration.
ANALYTICS_API_DEFAULT_TIMEOUT = 5
ANALYTICS_API_DEFAULT_TIMEOUT = 10
LMS_DEFAULT_TIMEOUT = 5
########## END EXTERNAL SERVICE TIMEOUTS

Expand Down

0 comments on commit 8750cbd

Please sign in to comment.