Skip to content

Commit

Permalink
bug-1910376: increase stage submitter request timeout to 10 seconds (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
relud authored Jul 29, 2024
1 parent 6932cbc commit 92ed2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socorro/stage_submitter/submitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def process(self, crash):
# need to do more work
return

session = session_with_retries()
session = session_with_retries(default_timeout=10.0)

try:
raw_crash = self.source.get_raw_crash(crash_id)
Expand Down

0 comments on commit 92ed2ef

Please sign in to comment.