Skip to content

Commit

Permalink
change python
Browse files Browse the repository at this point in the history
  • Loading branch information
liferoad committed Jan 25, 2025
1 parent e27fe79 commit 426c4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/container/license_scripts/pull_licenses_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def copy_license_files(dep):
@retry(
reraise=True,
wait=wait_exponential(multiplier=2),
stop=stop_after_attempt(5))
stop=stop_after_attempt(10))
def pull_from_url(dep, configs):
'''
:param dep: name of a dependency
Expand Down

0 comments on commit 426c4b8

Please sign in to comment.