Skip to content

Commit

Permalink
FIX automations: resolve ignored timeout option for remote automation…
Browse files Browse the repository at this point in the history
… calls

Prior to this change, remote automation calls could potentially run into
a timeout problem as the specified timeout option was not passed to the
relevant invoke call.

Change-Id: Ia5a3fc55a3387b2382a1b95855670eb4547c0dff
(cherry picked from commit 2dc8808)
  • Loading branch information
anthonyh209 committed Feb 12, 2025
1 parent 86a8c9b commit 0b5e306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmk/gui/watolib/automations.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ def check_mk_remote_automation_serialized(
("stdin_data", mk_repr(stdin_data).decode("ascii")), # The input data for stdin
("timeout", mk_repr(timeout).decode("ascii")), # The timeout
],
timeout=timeout,
)
)

Expand Down

0 comments on commit 0b5e306

Please sign in to comment.