Skip to content

Commit

Permalink
Try increasing the agent delay
Browse files Browse the repository at this point in the history
  • Loading branch information
isidentical authored Oct 31, 2022
1 parent 8e806a3 commit 19112ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isolate/connections/grpc/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19112ba

Please sign in to comment.