8000 refactor(api): Test retries number · python-gitlab/python-gitlab@786074c · GitHub
[go: up one dir, main page]

Skip to content

Commit 786074c

Browse files
committed
refactor(api): Test retries number
1 parent 3858e74 commit 786074c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ def __init__(
13501350
order_by: str | None = None,
13511351
user_agent: str = gitlab.const.USER_AGENT,
13521352
fetch_schema_from_transport: bool = False,
1353-
max_retries: int = 10,
1353+
max_retries: int = 100,
13541354
obey_rate_limit: bool = True,
13551355
retry_transient_errors: bool = False,
13561356
keep_base_url: bool = False,

0 commit comments

Comments
 (0)
0