Skip to content

Commit f8c5763

Browse files
authored
Increase streaming pull timeout (#1160)
1 parent 192fa66 commit f8c5763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google_nest_sdm/subscriber_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
_T = TypeVar("_T")
2828

29-
RPC_TIMEOUT_SECONDS = 10.0
29+
RPC_TIMEOUT_SECONDS = 30.0
3030
STREAM_ACK_TIMEOUT_SECONDS = 180
3131
STREAM_ACK_FREQUENCY_SECONDS = 90
3232

0 commit comments

Comments
 (0)