Skip to content

Commit

Permalink
Increase the TM SIGNAL_RESPONSE_TIMEOUT
Browse files Browse the repository at this point in the history
the 100s timeout is too short for some systems (reported on slightly
outdated aarch64).

Signed-off-by: Lukáš Doktor <[email protected]>
  • Loading branch information
ldoktor authored and webbnh committed Apr 24, 2024
1 parent 84c3bbd commit 9a76f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pbench/agent/tool_meister_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from pbench.agent.tool_group import ToolGroup
from pbench.agent.utils import RedisServerCommon

SIGNAL_RESPONSE_TIMEOUT = 100
SIGNAL_RESPONSE_TIMEOUT = 300


class Client:
Expand Down

0 comments on commit 9a76f13

Please sign in to comment.