We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595e4a6 commit 43baf57Copy full SHA for 43baf57
appengine/standard_python3/bundled-services/deferred/django/main_test.py
@@ -68,7 +68,7 @@ def version():
68
version_hostname = f"{version_id}-dot-{project_id}.appspot.com"
69
70
# Wait for app to initialize
71
- @backoff.on_exception(backoff.expo, requests.exceptions.HTTPError, max_tries=3)
+ @backoff.on_exception(backoff.expo, requests.exceptions.HTTPError, max_time=300)
72
def wait_for_app(url):
73
r = requests.get(url)
74
r.raise_for_status()
0 commit comments