From deb1e9a907b8c11bfbac839d5aff4e06c3f38ba6 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Fri, 17 Sep 2021 11:44:11 -0500 Subject: [PATCH] fix: remove default timeout Internal folks, see: go/microgenerator-retries "Methods will **not** hedge by default." (emphasis mine) --- google/cloud/bigquery/retry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/bigquery/retry.py b/google/cloud/bigquery/retry.py index 830582322..8a86973cd 100644 --- a/google/cloud/bigquery/retry.py +++ b/google/cloud/bigquery/retry.py @@ -60,7 +60,7 @@ def _should_retry(exc): pass ``retry=bigquery.DEFAULT_RETRY.with_deadline(30)``. """ -DEFAULT_TIMEOUT = 5.0 * 60.0 +DEFAULT_TIMEOUT = None """The default API timeout. This is the time to wait per request. To adjust the total wait time, set a