Skip to content

Commit 68317b3

Browse files
committed
refactor(api): Test retries number
1 parent 5d7a166 commit 68317b3

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
@@ -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)