fixing for coderabbit and tests with stuck metadata

This commit is contained in:
Adam Outler
2026-01-06 13:56:37 +00:00
parent c86d0c8772
commit e6194564b8
4 changed files with 7 additions and 22 deletions

View File

@@ -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,
)