Skip to content

Commit

Permalink
Update slack.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Aug 29, 2023
1 parent 16a1acd commit c642092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

def slack_post(url, slack_json):
"""Send slack POST."""
requests.post(url, json=slack_json)
requests.post(url, json=slack_json, timeout=10)


def slack_alert(filename, sha2, base_url, message):
Expand Down

0 comments on commit c642092

Please sign in to comment.