Skip to content

Commit 231eb5d

Browse files
author
Gonchik Tsymzhitov
committed
Extended the timeout from 60 to 75, as from Asia so slow answer the Atlassian cloud
1 parent f1f8223 commit 231eb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/rest_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(
3939
url,
4040
username=None,
4141
password=None,
42-
timeout=60,
42+
timeout=75,
4343
api_root="rest/api",
4444
api_version="latest",
4545
verify_ssl=True,

0 commit comments

Comments
 (0)