Skip to content

Commit 15a8c91

Browse files
committed
Increase default request timeout to 30 seconds
1 parent e2ec541 commit 15a8c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

listennotes/http_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Request:
1717

1818
MAX_RETRIES = 3
1919
MAX_REDIRECTS = 15
20-
TIMEOUT = 5 # seconds
20+
TIMEOUT = 30 # seconds
2121

2222
def __init__(
2323
self,

0 commit comments

Comments
 (0)