Skip to content

Commit

Permalink
Increased end2end operations timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jan 22, 2025
1 parent 07eb7e7 commit 873a68d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changes/noissue.3.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Increased the timeout for HMC operations that is used in end2end tests, from
300 sec to 1800 sec. Note that this does not change the default timeout for
users of the zhmcclient library, which continues to be 3600 sec.
2 changes: 1 addition & 1 deletion zhmcclient/testutils/_hmc_definition_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def setup_hmc_session(hd):
logger.setLevel(logging.DEBUG)

rt_config = zhmcclient.RetryTimeoutConfig(
read_timeout=300,
read_timeout=1800,
)

# Creating a session does not interact with the HMC (logon is deferred)
Expand Down

0 comments on commit 873a68d

Please sign in to comment.