Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
grugna authored Mar 14, 2023
1 parent 5466a03 commit fbb905b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/gen3authz/client/arborist/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __init__(
logger=None,
arborist_base_url="http://arborist-service/",
authz_provider=None,
timeout=10,
timeout=15,
):
self.logger = logger or get_logger("ArboristClient")
self._base_url = arborist_base_url.strip("/")
Expand Down

0 comments on commit fbb905b

Please sign in to comment.