Skip to content

Commit 591f294

Browse files
committed
Increase request timeout
1 parent 315d029 commit 591f294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server_proxy/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def proxy_request_headers(self):
308308
def proxy_request_options(self):
309309
'''A dictionary of options to be used when constructing
310310
a tornado.httpclient.HTTPRequest instance for the proxy request.'''
311-
return dict(follow_redirects=False)
311+
return dict(follow_redirects=False, request_timeout=75)
312312

313313
def check_xsrf_cookie(self):
314314
'''

0 commit comments

Comments
 (0)