Skip to content

Commit

Permalink
increase max retries to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Dec 20, 2024
1 parent 15cd9ea commit 67889ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_ert/forward_model_runner/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ClientConnectionError(Exception):


class Client:
DEFAULT_MAX_RETRIES = 5
DEFAULT_MAX_RETRIES = 10
DEFAULT_ACK_TIMEOUT = 5

def __init__(
Expand Down

0 comments on commit 67889ce

Please sign in to comment.