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 43baf57 commit bc0c7ecCopy full SHA for bc0c7ec
appengine/standard_python3/bundled-services/blobstore/django/main_test.py
@@ -57,7 +57,7 @@ def gcloud_cli(command):
57
58
59
# Wait for app to initialize
60
-@backoff.on_exception(backoff.expo, requests.exceptions.HTTPError, max_tries=5)
+@backoff.on_exception(backoff.expo, requests.exceptions.HTTPError, max_time=300)
61
def wait_for_app(url):
62
r = requests.get(url)
63
r.raise_for_status()
0 commit comments