···66class StoredExecutionResultOutputSink(BaseOutputSink):
77 """An output sink that persists the execution result to an EventRecord."""
8899- # BigTable writes can take longer than the default 2s, especially on first connection
1010- timeout: float = 10.0
1111-129 def __init__(self):
1310 self._service = bootstrap_execution_result_storage_service()
1411