From 426c4b85d0799b5d3d3efa32ddcabadcbee9ba50 Mon Sep 17 00:00:00 2001 From: liferoad Date: Sat, 25 Jan 2025 14:30:17 -0500 Subject: [PATCH] change python --- sdks/python/container/license_scripts/pull_licenses_py.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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