Skip to content

Commit 675325c

Browse files
illenne77claude
andcommitted
merge(fix/dart-timeout): fix/dart-timeout -> main
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 parents d0b31e3 + ae54de2 commit 675325c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentinelq/adapters/dart_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def fetch_disclosures(
141141
}
142142
url = f"{_DART_BASE}/list.json?" + urllib.parse.urlencode(params)
143143

144-
with urllib.request.urlopen(url, timeout=15) as resp:
144+
with urllib.request.urlopen(url, timeout=30) as resp:
145145
data = json.loads(resp.read().decode("utf-8"))
146146

147147
status = data.get("status", "")

0 commit comments

Comments
 (0)