Skip to content

Commit a6bc308

Browse files
author
Laurynas Butkus
committed
Change default http timeout to 1800 seconds
1 parent 6a03523 commit a6bc308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convertapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
api_secret = None
1111
base_uri = 'https://v2.convertapi.com/'
1212
user_agent = 'ConvertAPI-Python/' + __version__
13-
timeout = 60
13+
timeout = 1800
1414
conversion_timeout = None
1515
conversion_timeout_delta = 10
1616
upload_timeout = 1800

0 commit comments

Comments
 (0)