From f8c5763d0b1c1e3f1f1616eda3b8d5ea932d0aad Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Thu, 6 Feb 2025 20:27:29 -0800 Subject: [PATCH] Increase streaming pull timeout (#1160) --- google_nest_sdm/subscriber_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google_nest_sdm/subscriber_client.py b/google_nest_sdm/subscriber_client.py index 73c2dbbc..77ceb40e 100644 --- a/google_nest_sdm/subscriber_client.py +++ b/google_nest_sdm/subscriber_client.py @@ -26,7 +26,7 @@ _T = TypeVar("_T") -RPC_TIMEOUT_SECONDS = 10.0 +RPC_TIMEOUT_SECONDS = 30.0 STREAM_ACK_TIMEOUT_SECONDS = 180 STREAM_ACK_FREQUENCY_SECONDS = 90