Skip to content

Commit 215a8e2

Browse files
committed
Merge pull request plaid#51 from nfarina/patch-1
Increase App Engine urlfetch deadline
2 parents 566d7b0 + 6407a33 commit 215a8e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plaid/http.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ def _urlfetch_http_request(url, method, data):
4747
follow_redirects=True,
4848
method=method,
4949
payload=payload,
50-
headers=headers
50+
headers=headers,
51+
deadline=60 # seconds
5152
)
5253

5354
# Add consistent interface across requests library and urlfetch

0 commit comments

Comments
 (0)