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

Skip to content

Commit 3858e74

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

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
@@ -1545,7 +1545,7 @@ def __init__(
15451545
timeout: float | None = None,
15461546
user_agent: str = gitlab.const.USER_AGENT,
15471547
fetch_schema_from_transport: bool = False,
1548-
max_retries: int = 10,
1548+
max_retries: int = 100, 4764
15491549
obey_rate_limit: bool = True,
15501550
retry_transient_errors: bool = False,
15511551
) -> None:

0 commit comments

Comments
 (0)
0