Skip to content

Commit 4f7a4e3

Browse files
committed
Test retries number
1 parent 65ad63b commit 4f7a4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/client.py

+1-1
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,
15491549
obey_rate_limit: bool = True,
15501550
retry_transient_errors: bool = False,
15511551
) -> None:

0 commit comments

Comments
 (0)