diff --git a/sdks/python/container/license_scripts/pull_licenses_py.py b/sdks/python/container/license_scripts/pull_licenses_py.py index fc37cda3631b..a5cfef974d5c 100644 --- a/sdks/python/container/license_scripts/pull_licenses_py.py +++ b/sdks/python/container/license_scripts/pull_licenses_py.py @@ -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