damccorm commented on code in PR #37350:
URL: https://github.com/apache/beam/pull/37350#discussion_r2717300764
##########
sdks/python/conftest.py:
##########
@@ -54,10 +54,11 @@ def configure_beam_rpc_timeouts():
"""
print("\n--- Applying Beam RPC timeout configuration ---")
- # Set gRPC keepalive and timeout settings
+ bundle_timeout_ms = '600000' if sys.version_info >= (3, 13) else '300000'
Review Comment:
Why do we need a different version here for Python 3.13?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]