mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-31 07:12:23 -07:00
fixing for coderabbit and tests with stuck metadata
This commit is contained in:
@@ -665,7 +665,7 @@ def _run_container(
|
||||
stdout=subprocess.PIPE, # MUST capture stdout for test assertions and debugging
|
||||
stderr=subprocess.PIPE, # MUST capture stderr for test assertions and debugging
|
||||
text=True,
|
||||
timeout=max(SUBPROCESS_TIMEOUT_SECONDS, sleep_seconds + 30),
|
||||
timeout=max(SUBPROCESS_TIMEOUT_SECONDS, sleep_seconds),
|
||||
check=False,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user