diff --git a/src/isolate/connections/grpc/_base.py b/src/isolate/connections/grpc/_base.py index b216efe..fac792b 100644 --- a/src/isolate/connections/grpc/_base.py +++ b/src/isolate/connections/grpc/_base.py @@ -35,7 +35,7 @@ def _run_through_grpc( self, function: definitions.SerializedObject, *, - max_wait_timeout: float = 5, + max_wait_timeout: float = 10, ) -> Iterator[definitions.PartialRunResult]: """Starts a new agent process, sends the given 'function' to the agent and awaits until the result is received. This function takes and returns raw gRPC